export interface IOperatingSystemVersion { id: number; name: string; hosts_count: number; }