DaffCompositeCartItem
A cart item for a composite product.
import { DaffCompositeCartItem } from '@daffodil/cart'
interface DaffCompositeCartItem {
options: DaffCompositeCartItemOption[]
}
Properties
Name | Type | Description |
---|---|---|
options | DaffCompositeCartItemOption[] | A list of composite cart item options. |