import { ShopifyAttribute } from '@daffodil/driver/shopify'
Represents a generic custom attribute, such as whether an order is a customer's first.
interface ShopifyAttribute {
__typename: "Attribute"
key: string
value: string
}
__typename "Attribute" |
|---|
key string |
|---|
The key or name of the attribute. For example, |
value string |
|---|
The value of the attribute. For example, |