DaffReviewsReducersState
Interface for the redux store of the product feature area.
import { DaffReviewsReducersState } from '@daffodil/reviews/state'
interface DaffReviewsReducersState<T extends DaffProductReview = DaffProductReview> {
productReviewEntities: EntityState<T>
productReviews: DaffProductPageReviewsReducerState
productReviewsCollection: DaffReviewsCollectionReducerState
}
Properties
Name | Type | Description |
---|---|---|
productReviewEntities | EntityState<T> | |
productReviews | DaffProductPageReviewsReducerState | |
productReviewsCollection | DaffReviewsCollectionReducerState |