MagentoOrderItemOption
import { MagentoOrderItemOption } from '@daffodil/order/driver/magento/2-4-1'
interface MagentoOrderItemOption {
__typename: string
label: string
value: string
}
Properties
Name | Type | Description |
---|---|---|
__typename | string | |
label | string | |
value | string |