import { ShopifyAttributeInput } from '@daffodil/driver/shopify'
The input fields for an attribute.
interface ShopifyAttributeInput { key: string value: string }
string
Key or name of the attribute.
Value of the attribute.