import { DaffCartBillingAddressLoadFailure } from '@daffodil/cart/state'
Indicates the failed load of the cart's billing address.
class DaffCartBillingAddressLoadFailure implements DaffFailureAction {
readonly type: DaffCartBillingAddressActionTypes.CartBillingAddressLoadFailureAction = DaffCartBillingAddressActionTypes.CartBillingAddressLoadFailureAction
payload: DaffStateError[]
}