fleet/frontend/interfaces/operating_system.ts

6 lines
98 B
TypeScript
Raw Normal View History

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