GitHub

DaffCartCreate

Triggers the creation of a new cart.

import { DaffCartCreate } from '@daffodil/cart/state'
class DaffCartCreate implements Action {
  readonly type: DaffCartActionTypes.CartCreateAction
}

Properties

Name Type Description
type DaffCartActionTypes.CartCreateAction