@ipregistry/client
    Preparing search index...

    Interface Language

    interface Language {
        code: null | string;
        name: null | string;
        native: null | string;
    }
    Index

    Properties

    Properties

    code: null | string
    name: null | string
    native: null | string