Reverting changes

This commit is contained in:
Eclypsed
2024-02-12 18:04:30 -05:00
parent 8544f66397
commit c365bcc540
2 changed files with 5 additions and 6 deletions

6
src/app.d.ts vendored
View File

@@ -40,7 +40,7 @@ declare global {
interface Connection {
id: string
user: User
userId: string
service: Service
tokens: Tokens
}
@@ -184,8 +184,8 @@ declare global {
}
interface YTTokens implements Tokens {
accessToken: string,
refreshToken: string,
accessToken: string
refreshToken: string
expiry: number
}