servers and apps selects in modal
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { IApp } from "./IApp";
|
||||
import { IClient } from "./IClient";
|
||||
import { ISession } from "./ISession";
|
||||
import { ISession } from './ISession';
|
||||
|
||||
export interface IServer {
|
||||
id: string;
|
||||
@@ -9,6 +7,4 @@ export interface IServer {
|
||||
location: string;
|
||||
companyId: string;
|
||||
sessions?: ISession[];
|
||||
client?: IClient;
|
||||
app?: IApp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user