UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 172 B
type OrderCartCart = { cartId?: string; description?: string; expire?: Date | null; items?: number[]; readOnly?: boolean; }; export { OrderCartCart };