GitHub

DaffCartShippingMethodsLoadFailure

import { DaffCartShippingMethodsLoadFailure } from '@daffodil/cart/state'

class DaffCartShippingMethodsLoadFailure implements DaffFailureAction {
  readonly type: DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadFailureAction = DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadFailureAction
  payload: DaffStateError[]
}