export default interface ErrorElementProps { msg: string; path: string; editMode: boolean; throwNotEditMode: boolean; }