GitHub

DaffUpsellProductsReducersState

Interface for the redux store of the upsell product feature area.

import { DaffUpsellProductsReducersState } from '@daffodil/upsell-products/state'
interface DaffUpsellProductsReducersState {
  upsellProducts: DaffUpsellProductsReducerState
}

Properties

Name Type Description
upsellProducts DaffUpsellProductsReducerState