Sfoglia il codice sorgente

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk 2 anni fa
parent
commit
2b21a5773e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      types/src/interface/matter.ts

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

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