import { DaffConfigurableProductEntity } from '@daffodil/product-configurable/state'
Describes how configurable product configured attributes are stored in rxjs entity state.
interface DaffConfigurableProductEntity {
id: string
attributes: DaffConfigurableProductEntityAttribute[]
}
id string |
---|
The id of the configurable product. |
attributes DaffConfigurableProductEntityAttribute[] |
---|
The attributes chosen for the configurable product. |