Interface Nodes

Indexable

  • [name: string]: {
        city: string;
        country: string;
        country_code: string;
        ip: string;
        ip6: string;
        lat: number;
        lng: number;
    }