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