Pārlūkot izejas kodu

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk 2 gadi atpakaļ
vecāks
revīzija
2b21a5773e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      types/src/interface/matter.ts

+ 1 - 1
types/src/interface/matter.ts

@@ -20,7 +20,7 @@ export interface IMatterReportConfig {
   component: string;
   component: string;
   enable: boolean;
   enable: boolean;
   type: string;
   type: string;
-  IDs: string;
+  IDs: string | number[];
   compilationID?: string;
   compilationID?: string;
 }
 }