GitHub

MagentoBundledProductItem

import { MagentoBundledProductItem } from '@daffodil/product-composite/driver/magento'

interface MagentoBundledProductItem {
  required: boolean
  title: string
  type: string
  options: MagentoBundledProductItemOption[]
  option_id: number
}