diff --git a/gapi/gapi.d.ts b/gapi/gapi.d.ts index 2202e1ec99..8a9206663e 100644 --- a/gapi/gapi.d.ts +++ b/gapi/gapi.d.ts @@ -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 */