mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 19:41:02 +00:00
Display location on map node details
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ declare module 'iplocation' {
|
||||
namespace iplocation {
|
||||
export interface LocationData {
|
||||
as?: string;
|
||||
city?: string;
|
||||
city: string;
|
||||
country?: string;
|
||||
countryCode?: string;
|
||||
isp?: string;
|
||||
|
||||
Reference in New Issue
Block a user