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