DaffCompositeProductReducersState
Interface for the redux store of the composite product feature area.
import { DaffCompositeProductReducersState } from '@daffodil/product-composite/state'
interface DaffCompositeProductReducersState {
compositeProductOptions: EntityState<DaffCompositeProductEntity>
}
Properties
Name | Type | Description |
---|---|---|
compositeProductOptions | EntityState<DaffCompositeProductEntity> |