import { DaffCompositeProductItemOption } from '@daffodil/product-composite'
The composite product item option is a DaffProduct that can be added to a composite product.
interface DaffCompositeProductItemOption {
is_default: boolean
quantity: number
}
is_default boolean |
---|
Whether the option is the default option for its parent |
quantity number |
---|
The quantity chosen for the option. |