UNPKG
ipes
Version:
latest (1.0.0)
1.0.0
Find the user ip infos, country information and more...
ipes
/
dist
/
types
/
ipinfo-types.d.ts
13 lines
(12 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export interface IpInfoType { ip: string; hostname: string; city: string; region: string; country: string; loc: string; org: string; postal: string; timezone: string; readme: string; }