UNPKG

ng2-interceptors

Version:
7 lines (6 loc) 179 B
import { RequestOptionsArgs } from '@angular/http'; export interface InterceptedRequest { url: string; options?: RequestOptionsArgs; interceptorOptions?: any; }