import { MagentoBundledProductItemOption } from '@daffodil/product-composite/driver/magento'
interface MagentoBundledProductItemOption {
uid: string
label: string
quantity: number
is_default: boolean
position: number
product: MagentoBundledProductItemOptionProduct
}