import { DaffCartItemAdd } from '@daffodil/cart/state'
Triggers the addition of a product to the cart.
class DaffCartItemAdd<<T extends DaffCartItemInput = DaffCartItemInput>> implements Action {
readonly type: DaffCartItemActionTypes.CartItemAddAction = DaffCartItemActionTypes.CartItemAddAction
input: T
placeholderId: string
}