GitHub

DaffBestSellersLoadFailure

An action called when a request for best selling products failed.

import { DaffBestSellersLoadFailure } from '@daffodil/product/state'
class DaffBestSellersLoadFailure implements Action {
  readonly type: DaffBestSellersActionTypes.BestSellersLoadFailureAction
  payload: DaffStateError
}

Properties

Name Type Description
type DaffBestSellersActionTypes.BestSellersLoadFailureAction
payload DaffStateError