1
0

⬆️ Upgrade dependencies and migrate to @twurple/*

This commit is contained in:
2022-01-06 01:16:49 +01:00
parent f1ea2a1b64
commit 213fb9d390
7 changed files with 639 additions and 650 deletions

View File

@@ -1,5 +0,0 @@
export interface TokenData {
access_token: string;
refresh_token: string;
expiryTimestamp: number;
}