Selaa lähdekoodia

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

lishihao 4 vuotta sitten
vanhempi
commit
2a47cddec1
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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;
 }