UNPKG

myteams-api

Version:

An MyTeams Module to use discord.js and Twitch API easily

8 lines (7 loc) 171 B
export interface AuthEvent { access_token: string; refresh_token?: string; expires_in: number; scope: string | string[]; token_type?: string; }