GitHub

DaffProductPageReviewsReducerState

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

The state for a product page's reviews.

interface DaffProductPageReviewsReducerState {
  loading: boolean
  errors: DaffStateError[]
}

Properties

loading
boolean

Whether the product page reviews are loading.

errors
DaffStateError[]

Errors associated with loading product page reviews.