mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-13 10:58:21 +00:00
WIP - Persistent storage
This commit is contained in:
Vendored
+3
-1
@@ -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