UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 311 B
/** Savings Plan subscription */ export interface Subscribe { /** Custom display name, used in invoices */ displayName: string; /** Identifier of the Savings Plan commercial offer */ offerId: string; /** Size of the Savings Plan */ size: number; } //# sourceMappingURL=Subscribe.d.ts.map