UNPKG

twitch-oauth

Version:
8 lines 221 B
export interface TwitchOAuthResponse { access_token: string; expires_in: number; refresh_token: string; scope: string[]; token_type: string; } //# sourceMappingURL=twitch-oauth-response.d.ts.map