Interface UserAgentOperatingSystem

interface UserAgentOperatingSystem {
    name: null | string;
    type: null | string;
    version: null | string;
}

Properties

Properties

name: null | string
type: null | string
version: null | string