From 1724c214c6c97c46fda5c49ab430a538fda55f56 Mon Sep 17 00:00:00 2001 From: Louis Date: Sat, 12 Jan 2019 17:59:20 -0500 Subject: [PATCH] @types/angular-resource - Update `IActionDescriptor` - Add `hasBody` --- types/angular-resource/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/angular-resource/index.d.ts b/types/angular-resource/index.d.ts index 1ebd198b82..c298001533 100644 --- a/types/angular-resource/index.d.ts +++ b/types/angular-resource/index.d.ts @@ -88,6 +88,7 @@ declare module 'angular' { withCredentials?: boolean; responseType?: string; interceptor?: IResourceInterceptor; + hasBody?: boolean; } // Allow specify more resource methods