import { DaffCartShippingAddressUpdateFailure } from '@daffodil/cart/state'
Indicates the failed update of the cart's shipping address.
class DaffCartShippingAddressUpdateFailure implements DaffFailureAction {
readonly type: DaffCartShippingAddressActionTypes.CartShippingAddressUpdateFailureAction = DaffCartShippingAddressActionTypes.CartShippingAddressUpdateFailureAction
payload: DaffStateError[]
}