import { HttpErrorResponse } from '@angular/common/http'; export interface ResponseInterfaces { success(obj: T, response: any): void; failed?(err: HttpErrorResponse): void; }