UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 247 B
/** Hypervisor and their availability */ export interface HostStockHypervisor { /** Number of available hypervisors */ value: number; /** Version of hypervisor */ version: string; } //# sourceMappingURL=HostStockHypervisor.d.ts.map