import { DaffUpsellProductsReducerState } from '@daffodil/upsell-products/state'
An interface describing upsell product redux state. Stores the upsell product IDs for the current product that is loaded for a product page.
interface DaffUpsellProductsReducerState {
upsellProductIds: string[]
}
upsellProductIds string[] |
---|
The upsell product IDs. |