♻️ Extracted tokenData and twitch authentication
To be finished
This commit is contained in:
5
src/interfaces/TokenData.ts
Normal file
5
src/interfaces/TokenData.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface TokenData {
|
||||
access_token: string;
|
||||
refresh_token: string;
|
||||
expiryTimestamp: number;
|
||||
}
|
Reference in New Issue
Block a user