WIP - Persistent storage

This commit is contained in:
Andras Bacsai
2022-03-20 23:51:50 +01:00
parent 1281a0f7e4
commit 2320ab0dfc
19 changed files with 261 additions and 38 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ declare namespace App {
}
interface Platform {}
interface Session extends SessionData {}
interface Stuff {}
interface Stuff {
application: any;
}
}
interface SessionData {