DaffProductPageReviewsReducerState
The state for a product page's reviews.
import { DaffProductPageReviewsReducerState } from '@daffodil/reviews/state'
interface DaffProductPageReviewsReducerState {
loading: boolean
errors: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
loading | boolean | Whether the product page reviews are loading. |
errors | DaffStateError[] | Errors associated with loading product page reviews. |