Type Alias OSType

OSType:
    | "ios"
    | "mac"
    | "windows"
    | "android"
    | "unknown"