import { DaffCompositeCartItemInput } from '@daffodil/cart'
A cart item input for composite products.
interface DaffCompositeCartItemInput {
type: DaffCartItemInputType.Composite
options: DaffCompositeCartItemInputOption[]
}
type DaffCartItemInputType.Composite |
---|
options DaffCompositeCartItemInputOption[] |
---|
The selected options for the composite product to be added to the cart. |