mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Merge pull request #2229 from domesticmouse/patch-3
Marking gapi.client.request body param as any
This commit is contained in:
Vendored
+1
-1
@@ -99,7 +99,7 @@ declare module gapi.client {
|
||||
/**
|
||||
* The HTTP request body (applies to PUT or POST).
|
||||
*/
|
||||
body?: string;
|
||||
body?: any;
|
||||
/**
|
||||
* If supplied, the request is executed immediately and no gapi.client.HttpRequest object is returned
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user