UNPKG

updown.io

Version:
12 lines (11 loc) 216 B
export interface Nodes { [name: string]: { city: string; country: string; country_code: string; ip: string; ip6: string; lat: number; lng: number; }; }