GitHub

DaffSimpleCartItemInput

A more constrained cart item input for simple products.

import { DaffSimpleCartItemInput } from '@daffodil/cart'
interface DaffSimpleCartItemInput {
  type: DaffCartItemInputType.Simple
}

Properties

Name Type Description
type DaffCartItemInputType.Simple