@ipregistry/client
    Preparing search index...

    Interface Company

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

    Properties

    Properties

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