Types > BrandingFieldCreate
Commerce APITypesBrandingFieldCreate
BrandingFieldCreate

Description

Fields

boolean: Boolean


color: String


default: Boolean


font: String


id: String!


image_file_id: String


link: String


radio: String


string: String


text: String


type: BrandingFieldType!

Type of the field


Used By

Types

BrandingCreate

Preview (typescript)

interface BrandingFieldCreate {
boolean?: boolean
color?: string
default?: boolean
font?: string
id: string
image_file_id?: string
link?: string
radio?: string
string?: string
text?: string
type: BrandingFieldType
}