import { ShopifySelectedOptionInput } from '@daffodil/driver/shopify'
The input fields required for a selected option.
interface ShopifySelectedOptionInput {
name: string
value: string
}
name string |
|---|
The product option’s name. |
value string |
|---|
The product option’s value. |