GitHub

DaffReviewsReducersState

import { DaffReviewsReducersState } from '@daffodil/reviews/state'

Interface for the redux store of the product feature area.

interface DaffReviewsReducersState<T extends DaffProductReview = DaffProductReview> {
  productReviewEntities: EntityState<T>
  productReviews: DaffProductPageReviewsReducerState
  productReviewsCollection: DaffCollectionMetadata
}