UNPKG

ng2-interceptors

Version:
8 lines (7 loc) 201 B
import { Response } from '@angular/http'; export interface InterceptedResponse { response: Response; intercepted?: Boolean; interceptorStep?: number; interceptorOptions?: any; }