This commit is contained in:
Andras Bacsai
2022-03-25 10:36:47 +01:00
parent 767e7b80cb
commit 82bfdb87e3
24 changed files with 81 additions and 317 deletions

1
src/app.d.ts vendored
View File

@@ -10,6 +10,7 @@ declare namespace App {
interface Stuff {
application: any;
isRunning: boolean;
appId: string;
}
}