UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

5 lines (4 loc) 290 B
import { LineItem } from './LineItem'; export interface BundleItems<TProductXp = any, TVariantXp = any, TShippingAddressXp = any, TShipFromAddressXp = any, TLineItemsXp = any> { LineItems?: LineItem<TLineItemsXp, TProductXp, TVariantXp, TShippingAddressXp, TShipFromAddressXp>[]; }