upd
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { ISession } from './ISession';
|
||||
import { IApp } from "./IApp";
|
||||
import { ISession } from "./ISession";
|
||||
|
||||
export interface IServer {
|
||||
id: string;
|
||||
@@ -7,4 +8,5 @@ export interface IServer {
|
||||
location: string;
|
||||
companyId: string;
|
||||
sessions?: ISession[];
|
||||
apps?: IApp[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user