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