UNPKG

igdb-ts

Version:

Unofficial IGDB API TypeScript wrapper.

6 lines (5 loc) 121 B
export interface TwitchAuthResponse { access_token: string; expires_in: number; token_type: "bearer"; }