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