UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 178 B
export interface Bundle<TBundleXp = any> { ID?: string; OwnerID?: string; Name: string; Description?: string; Active?: boolean; xp?: TBundleXp; }