@@ -359,4 +359,5 @@ export enum ImportStatus {
export interface IImportLog {
status: ImportStatus;
errorMsg: string;
+ stack?: any;
}