@ipregistry/client
    Preparing search index...

    Interface Region

    interface Region {
        code: string | null;
        name: string | null;
    }
    Index

    Properties

    Properties

    code: string | null
    name: string | null