UNPKG
kick-api-types
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Kick.com API Types
github.com/fb-sean/kick-api-types
fb-sean/kick-api-types
kick-api-types
/
payloads
/
v1
/
users.d.ts
14 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
Introspect
{
active
:
boolean
;
client_id
:
string
;
exp
:
number
;
scope
:
string
;
token_type
:
string
; }
export
interface
User
{
email
:
string
;
name
:
string
;
profile_picture
:
string
;
user_id
:
number
; }
//# sourceMappingURL=users.d.ts.map