handlebars-ipinfo/ip_geo.ts

8 lines
124 B
TypeScript
Raw Normal View History

2017-06-02 20:36:53 +10:00
export interface IPGeoJson {
ip: string;
city: string;
region: string;
country: string;
loc: string;
postal: string;
}