mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 12:33:06 +00:00
WIP - Persistent storage
This commit is contained in:
4
src/app.d.ts
vendored
4
src/app.d.ts
vendored
@@ -7,7 +7,9 @@ declare namespace App {
|
||||
}
|
||||
interface Platform {}
|
||||
interface Session extends SessionData {}
|
||||
interface Stuff {}
|
||||
interface Stuff {
|
||||
application: any;
|
||||
}
|
||||
}
|
||||
|
||||
interface SessionData {
|
||||
|
||||
Reference in New Issue
Block a user