import { HttpErrorResponse } from '@angular/common/http'; export type ExpandedError = HttpErrorResponse & { body: any; };