Types > AutoBoolean
Storefront APITypesAutoBoolean
AutoBoolean

Values

ValueDescription
auto
no
yes

Used By

Types

StorefrontShop

Preview (typescript)

type AutoBoolean =
| "auto"
| "no"
| "yes"