UNPKG

@spartacus/cart

Version:

`@spartacus/cart` is a package that you can include in your application, which allows you to use various cart features.

9 lines (8 loc) 240 B
import { HttpErrorModel, OrderEntry } from '@spartacus/core'; export declare type QuickOrderAddEntryEvent = { productCode: string; entry?: OrderEntry; quantityAdded?: number; quantity: number; error?: HttpErrorModel; };