UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 184 B
/** A structure describing inputs to migrate from VPS 2020 to VPS 2025 */ export interface Post { /** VPS target plan code */ plan: string; } //# sourceMappingURL=Post.d.ts.map