瀏覽代碼

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;
 }