mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
angularjs.d.ts: adding missing interceptors: any[] to IHttpProvider
This commit is contained in:
Vendored
+1
@@ -562,6 +562,7 @@ declare module ng {
|
||||
|
||||
interface IHttpProvider extends IServiceProvider {
|
||||
defaults: IRequestConfig;
|
||||
interceptors: any[];
|
||||
responseInterceptors: any[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user