export interface IErrorInfo { message: string; stack: string; filename: string; lineNumber: number; }