This is a discriminated union type that can represent either object or array assemblers.
Use this when you need to work with assemblers in a format-agnostic way.
Type Parameters
HeaderextendsReadonlyArray<string>
Array of header field names
Formatextends"object"|"array" = "object"
Output format: 'object' or 'array' (default: 'object')
Unified CSV Record Assembler type.
This is a discriminated union type that can represent either object or array assemblers. Use this when you need to work with assemblers in a format-agnostic way.