Types > InfoCSVFormat
Commerce APITypesInfoCSVFormat
InfoCSVFormat

Description

Topic: Info

Fields

columns: [InfoCSVColumn!]!


human_name: String!

Human friendly name of the model


Used By

Queries

infoCsvFormat

Preview (typescript)

interface InfoCSVFormat {
columns: InfoCSVColumn[]
human_name: string
}