UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 221 B
/** Migration order */ export interface OrderMigration { /** Id of the migration order */ orderId: string; /** URL of the migration order */ orderUrl: string; } //# sourceMappingURL=OrderMigration.d.ts.map