@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 348 B
TypeScript
/** Original service that can be migrated */
export interface MigrateServices {
/** If false, the order will be registered; if true, the order will be returned but not registered. Useful to compute prices */
dryRun: boolean;
/** IDs of the services to migrate */
serviceIds: number[];
}
//# sourceMappingURL=MigrateServices.d.ts.map