Information about used operating system

interface OperatingSystem {
    homePage: null | string;
    name: null | string;
}

Properties

Properties

homePage: null | string
name: null | string