export interface OperatingSystemDto {
    version: string;
    release: string;
    distribution: string;
}
