mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Changed to correct type
This commit is contained in:
Vendored
+1
-1
@@ -1414,7 +1414,7 @@ declare module angular {
|
||||
* https://docs.angularjs.org/api/ng/service/$http#defaults
|
||||
*/
|
||||
interface IHttpProviderDefaults {
|
||||
cache?: true;
|
||||
cache?: boolean;
|
||||
xsrfCookieName?: string;
|
||||
xsrfHeaderName?: string;
|
||||
withCredentials?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user