import { DaffUpsellProductsReducersState } from '@daffodil/upsell-products/state'
Interface for the redux store of the upsell product feature area.
interface DaffUpsellProductsReducersState { upsellProducts: DaffUpsellProductsReducerState }