Interface UserAgentDevice

interface UserAgentDevice {
    brand: null | string;
    name: null | string;
    type: null | string;
}

Properties

Properties

brand: null | string
name: null | string
type: null | string