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