UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 284 B
/** Representation of a Vendor object in OVH API */ export interface OvhId { /** Datacenter id */ datacenterId?: number; /** Filer id */ filerId?: number; /** Host id */ hostId?: number; /** Vm id */ vmId?: number; } //# sourceMappingURL=OvhId.d.ts.map