UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 267 B
/** Hypervisor */ export interface Os { /** Full name of hypervisor */ fullName: string; /** Last modification of hypervisor */ lastModificationDate: string; /** Short name of hypervisor */ shortName: string; } //# sourceMappingURL=Os.d.ts.map