@ipregistry/client
    Preparing search index...

    Interface UserAgentDevice

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

    Properties

    Properties

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