UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 258 B
/** vrack */ export interface Vrack { /** Description of the vRack */ description: string; /** Name of the vRack */ name: string; /** Service name of your vRack on OVHcloud */ serviceName: string; } //# sourceMappingURL=Vrack.d.ts.map