Small changes (kidding)

This commit is contained in:
Mawoka
2022-02-28 17:14:47 +01:00
parent 4f668748e1
commit 805258c5ff
19 changed files with 4008 additions and 2647 deletions
+6 -1
View File
@@ -9,7 +9,6 @@ declare namespace App {
authenticated: boolean;
token: string | null;
email: string | null;
}
// interface Stuff {}
@@ -35,3 +34,9 @@ export interface Answer {
right: boolean;
answer: string;
}
export interface Answer {
username: string;
answer: string;
right: boolean;
}