@ipregistry/client
    Preparing search index...

    Interface UserAgentEngine

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

    Properties

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