UNPKG
igdb-ts
Version:
latest (1.0.0)
1.0.0
Unofficial IGDB API TypeScript wrapper.
github.com/AaronWLChan/igdb-ts
AaronWLChan/igdb-ts
igdb-ts
/
src
/
types
/
utility
/
TwitchAuthResponse.ts
6 lines
(5 loc)
•
120 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
TwitchAuthResponse
{
access_token
:
string
,
expires_in
:
number
,
token_type
:
"bearer"
}