UNPKG

ng2-interceptors

Version:
5 lines (4 loc) 153 B
import { RequestOptionsArgs } from '@angular/http'; export interface InterceptorOptions extends RequestOptionsArgs { interceptorOptions?: any; }