import { DaffCompositeProductAllSelectors } from '@daffodil/product-composite/state'
An interface for all selectors in the composite product feature area.
interface DaffCompositeProductAllSelectors<T extends DaffProduct = DaffProduct> {}