@ipregistry/client
    Preparing search index...

    Interface Connection

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

    Properties

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