Interface UserAgentEngine

interface UserAgentEngine {
    name: null | string;
    type: null | string;
    version: null | string;
    version_major: null | string;
}

Properties

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