upd table selector

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