feat: Add update kuma service
This commit is contained in:
2
src/app.d.ts
vendored
2
src/app.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user