This commit is contained in:
Alex Dima
2018-08-13 11:00:55 +02:00
parent 850fc8d1fc
commit efe424dfe7
7 changed files with 27 additions and 8 deletions

View File

@@ -107,7 +107,6 @@ export interface TaskFilterDTO {
export interface TaskSystemInfoDTO {
scheme: string;
host: string;
port: number;
authority: string;
platform: string;
}