export interface ErrorInterface { message: string; stack: string; }