feat: Add update kuma service

This commit is contained in:
Andras Bacsai
2022-03-27 14:05:36 +02:00
parent c615f6c07e
commit a742a3d2e3
9 changed files with 312 additions and 0 deletions

2
src/app.d.ts vendored
View File

@@ -8,9 +8,11 @@ declare namespace App {
interface Platform {}
interface Session extends SessionData {}
interface Stuff {
service: any;
application: any;
isRunning: boolean;
appId: string;
readOnly: boolean;
}
}