Types > AnalyticsReportRow
Commerce APITypesAnalyticsReportRow
AnalyticsReportRow

Description

Fields

columns: [String!]!


Used By

Types

AnalyticsReport

Preview (typescript)

interface AnalyticsReportRow {
columns: string[]
}