UNPKG
aipi
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
Get info for an IP from any echoip instance
alrico88/aipi
aipi
/
src
/
interfaces
/
UserAgent.ts
7 lines
(6 loc)
•
109 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
UserAgent
{
product
:
string
;
version
:
string
;
comment
:
string
;
raw_value
:
string
; }