UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 175 B
/** Plan of the service */ export interface Plan { /** Plan code */ code: string; /** Invoice Name */ invoiceName: string; } //# sourceMappingURL=Plan.d.ts.map