UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 216 B
/** IP migration to OVH */ export interface IpMigrationToken { /** destination customer ID */ customerId: string; /** migration token */ token: string; } //# sourceMappingURL=IpMigrationToken.d.ts.map