import { DaffCartLoadFailure } from '@daffodil/cart/state'
Indicates the failed load of the cart.
class DaffCartLoadFailure implements DaffFailureAction {
readonly type: DaffCartActionTypes.CartLoadFailureAction = DaffCartActionTypes.CartLoadFailureAction
payload: DaffStateError[]
}