GitHub

DaffCartCreate

import { DaffCartCreate } from '@daffodil/cart/state'

Triggers the creation of a new cart.

class DaffCartCreate implements Action {
  readonly type: DaffCartActionTypes.CartCreateAction = DaffCartActionTypes.CartCreateAction
}