UNPKG

ontimize-web-ngx

Version:
7 lines (6 loc) 225 B
import { HttpErrorResponse, HttpResponse } from '@angular/common/http'; export interface IServiceResponseAdapter<T> { context?: any; adapt(res: HttpResponse<any>): T; adaptError?(error: HttpErrorResponse): any; }