Helper type to get the CSV record type based on header and options.
This type determines the CSVRecord type based on the header, output format, and columnCountStrategy in options. For array format with 'pad' strategy, fields are typed as string | undefined.
string | undefined
Helper type to get the CSV record type based on header and options.