Browse Source

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

lishihao 4 năm trước cách đây
mục cha
commit
2a47cddec1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
 }