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