Types > OptionalIntCreate
Commerce APITypesOptionalIntCreate
OptionalIntCreate

Description

Fields

value: Int!


Used By

Types

SubscriptionPlanCreate

Preview (typescript)

interface OptionalIntCreate {
value: number
}