UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 230 B
/** A structure describing a migration plan from VPS 2020 to VPS 2025 */ export interface VPS2020to2025Plan { /** VPS plan code available for migration */ planCode: string; } //# sourceMappingURL=VPS2020to2025Plan.d.ts.map