Przeglądaj źródła

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

lishihao 3 lat temu
rodzic
commit
2a47cddec1
1 zmienionych plików z 2 dodań i 0 usunięć
  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;
 }