UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 214 B
/** Missing description */ export interface Update { /** Description of your cart */ description: string; /** Time of expiration of the cart */ expire: string; } //# sourceMappingURL=Update.d.ts.map