UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 248 B
/** A structure describing inputs to manage migration from VPS 2020 to VPS 2025 */ export interface Put { /** Date of migration. Use current date to trigger migration as soon as possible. */ date: string; } //# sourceMappingURL=Put.d.ts.map