mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-24 05:21:29 +11:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
export interface IPGeoJson {
|
|
ip: string;
|
|
city: string;
|
|
region: string;
|
|
country: string;
|
|
loc: string;
|
|
postal: string;
|
|
} |