UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 196 B
/** Termination request for a Savings Plan */ export interface Terminate { /** Date of the Savings Plan's termination */ terminationDate?: string; } //# sourceMappingURL=Terminate.d.ts.map