mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 11:27:02 -04:00
ReviewDB: proper multi account support
This commit is contained in:
parent
664dd0a992
commit
c0f2c97458
9 changed files with 143 additions and 90 deletions
|
@ -36,6 +36,11 @@ export const enum NotificationType {
|
|||
Warning = 3
|
||||
}
|
||||
|
||||
export interface ReviewDBAuth {
|
||||
token?: string;
|
||||
user?: ReviewDBUser;
|
||||
}
|
||||
|
||||
export interface Badge {
|
||||
name: string;
|
||||
description: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue