@ipregistry/client
    Preparing search index...

    Interface Connection

    interface Connection {
        asn: null | number;
        domain: null | string;
        organization: null | string;
        route: null | string;
        type:
            | null
            | "inactive"
            | "business"
            | "education"
            | "government"
            | "hosting"
            | "isp";
    }
    Index

    Properties

    asn: null | number
    domain: null | string
    organization: null | string
    route: null | string
    type:
        | null
        | "inactive"
        | "business"
        | "education"
        | "government"
        | "hosting"
        | "isp"