export interface ErrorObjectTrace {
  file: string;
  line: number;
}
