@types/angular-resource - Update IActionDescriptor

- Add `hasBody`
This commit is contained in:
Louis 2019-01-12 17:59:20 -05:00
parent 3a69de74e2
commit 1724c214c6

View File

@ -88,6 +88,7 @@ declare module 'angular' {
withCredentials?: boolean;
responseType?: string;
interceptor?: IResourceInterceptor;
hasBody?: boolean;
}
// Allow specify more resource methods