UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 322 B
import { DatacenterEnum } from '../../dedicated/DatacenterEnum'; /** Location of the Host */ export interface Location { /** Datacenter of the Host. */ datacenter: DatacenterEnum; /** Rack of the Host. */ rack: string; /** Room of the Host. */ room: string; } //# sourceMappingURL=Location.d.ts.map