Imagine that I have these two following types:
type Product = { id: number sku: string name: string } type CsvProps