import { DaffCompositeConfigurationItem } from '@daffodil/product-composite'
An object to denote the configuration chosen for a particular DaffCompositeProductItem
.
interface DaffCompositeConfigurationItem {
qty: number
value: string
}
qty number |
---|
The quantity chosen for the configuration of the |
value string |
---|
The value of the |