UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 258 B
/** vrack dedicated server interfaces */ export interface DedicatedServerInterface { /** Dedicated Server Interface */ dedicatedServerInterface: string; /** vrack name */ vrack: string; } //# sourceMappingURL=DedicatedServerInterface.d.ts.map