ReviewDB: proper multi account support

This commit is contained in:
Vendicated 2023-10-06 19:40:53 +02:00
parent 664dd0a992
commit c0f2c97458
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
9 changed files with 143 additions and 90 deletions

View file

@ -36,6 +36,11 @@ export const enum NotificationType {
Warning = 3
}
export interface ReviewDBAuth {
token?: string;
user?: ReviewDBUser;
}
export interface Badge {
name: string;
description: string;