import { DaffCartShippingInformationUpdateFailure } from '@daffodil/cart/state'
Indicates the failed update of the cart's shipping information.
class DaffCartShippingInformationUpdateFailure implements DaffFailureAction {
readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationUpdateFailureAction = DaffCartShippingInformationActionTypes.CartShippingInformationUpdateFailureAction
payload: DaffStateError[]
}