GitHub

DaffCartShippingInformationDeleteFailure

import { DaffCartShippingInformationDeleteFailure } from '@daffodil/cart/state'
class DaffCartShippingInformationDeleteFailure implements DaffFailureAction {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationDeleteFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationDeleteFailureAction
payload DaffStateError[]