mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
@types/angular-resource - Update IActionDescriptor
- Add `hasBody`
This commit is contained in:
parent
3a69de74e2
commit
1724c214c6
1
types/angular-resource/index.d.ts
vendored
1
types/angular-resource/index.d.ts
vendored
@ -88,6 +88,7 @@ declare module 'angular' {
|
||||
withCredentials?: boolean;
|
||||
responseType?: string;
|
||||
interceptor?: IResourceInterceptor;
|
||||
hasBody?: boolean;
|
||||
}
|
||||
|
||||
// Allow specify more resource methods
|
||||
|
||||
Loading…
Reference in New Issue
Block a user