浏览代码

Merge branch 'master' of 192.168.1.41:SmartCost/SCCommon

lipk 3 年之前
父节点
当前提交
2b21a5773e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }