Преглед изворни кода

fix(types): 导入log变量新增属性

lishihao пре 3 година
родитељ
комит
2a47cddec1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      types/src/interface/project.ts

+ 2 - 0
types/src/interface/project.ts

@@ -408,4 +408,6 @@ export interface IImportLog {
   status: ImportStatus;
   errorMsg: string;
   stack?: any;
+  constructID?:string;
+  constructName?:string;
 }