Worked on ui

This commit is contained in:
Mawoka
2022-02-28 12:38:34 +01:00
parent da09f88751
commit 208bc89a5e
8 changed files with 261 additions and 9 deletions
+7 -1
View File
@@ -5,7 +5,13 @@
declare namespace App {
// interface Locals {}
// interface Platform {}
// interface Session {}
interface Session {
authenticated: boolean;
token: string | null;
email: string | null;
}
// interface Stuff {}
}