Interface OsVersion

interface OsVersion {
    name:
        | "Windows"
        | "MacOS"
        | "Android"
        | "iOS"
        | "WindowsPhone"
        | "Debian"
        | "WebOS"
        | "Harmony";
    version: string;
}

Properties

Properties

name:
    | "Windows"
    | "MacOS"
    | "Android"
    | "iOS"
    | "WindowsPhone"
    | "Debian"
    | "WebOS"
    | "Harmony"
version: string