This commit is contained in:
2025-06-03 18:34:38 +05:00
6 changed files with 105 additions and 7 deletions
+1
View File
@@ -9,4 +9,5 @@ export interface IServer {
companyId: string;
sessions?: ISession[];
apps?: IApp[];
status: "online" | "offline";
}