@maxmind/geoip2-node
    Preparing search index...

    Interface Names

    The name of the place based on the locales list passed to the WebServiceClient constructor. Don't use any of these names as a database or dictionary key. Use the ID or relevant code instead.

    interface Names {
        de?: string;
        en: string;
        es?: string;
        fr?: string;
        ja?: string;
        "pt-BR"?: string;
        ru?: string;
        "zh-CN"?: string;
    }
    Index

    Properties

    de?: string
    en: string
    es?: string
    fr?: string
    ja?: string
    "pt-BR"?: string
    ru?: string
    "zh-CN"?: string