@ipregistry/client
    Preparing search index...

    Interface Company

    interface Company {
        domain: string | null;
        name: string | null;
        type: "business" | "education" | "government" | "hosting" | "isp" | null;
    }
    Index

    Properties

    Properties

    domain: string | null
    name: string | null
    type: "business" | "education" | "government" | "hosting" | "isp" | null