import { DaffConfigurableProductReducersState } from '@daffodil/product-configurable/state'
Interface for the redux store of the configurable product feature area.
interface DaffConfigurableProductReducersState {
configurableProductAttributes: EntityState<DaffConfigurableProductEntity>
}