Project

General

Profile

1
export interface IPowerClient {
2
  id: string;
3
  name: string;
4
  status: string;
5
  clientCode: string;
6
  bcServer: string;
7
  bcPort: string;
8
  bcDbInstance: string;
9
  hotFolderId: string;
10
  confidenceMinLvl: number;
11
  confidenceMaxLvl: number;
12
}
(25-25/50)