Parcourir la source

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

lishihao il y a 4 ans
Parent
commit
2a47cddec1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
 }