UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 207 B
/** A structure describing switching informations about this dedicated server */ export interface SwitchingDetails { /** Switch name */ name?: string; } //# sourceMappingURL=SwitchingDetails.d.ts.map