import { DaffCartCreateFailure } from '@daffodil/cart/state'
Indicates the failed creation of a new cart.
class DaffCartCreateFailure implements DaffFailureAction {
readonly type: DaffCartActionTypes.CartCreateFailureAction = DaffCartActionTypes.CartCreateFailureAction
payload: DaffStateError[]
}