GitHub

DaffRelatedProductsReducerState

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[]
}

Properties

relatedProductIds
string[]

The related product IDs.