Kaynağa Gözat

fix(types): mater数据修改打印设置类型

lishihao 3 yıl önce
ebeveyn
işleme
6d7f0369b1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 }