From d1a539cd2fc318ba4d7285bf048281f90bee6292 Mon Sep 17 00:00:00 2001 From: Wataru Yahiro Date: Thu, 9 Aug 2018 09:20:34 +0900 Subject: [PATCH] change type --- types/google-apps-script/google-apps-script.url-fetch.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/google-apps-script/google-apps-script.url-fetch.d.ts b/types/google-apps-script/google-apps-script.url-fetch.d.ts index 0c76fc1729..28cc744672 100644 --- a/types/google-apps-script/google-apps-script.url-fetch.d.ts +++ b/types/google-apps-script/google-apps-script.url-fetch.d.ts @@ -48,7 +48,7 @@ declare namespace GoogleAppsScript { * payload. It can be a string, a byte array, or a JavaScript object. A JavaScript object will be * interpretted as a map of form field names to values, where the values can be either strings or blobs. */ - payload?: Object; + payload?: string | object | Base.Blob; /** * Deprecated. This instructs fetch to resolve the specified URL within the intranet linked to your