diff --git a/types/dispatcher.d.ts b/types/dispatcher.d.ts index 05a2ab5e76e..d63b9551012 100644 --- a/types/dispatcher.d.ts +++ b/types/dispatcher.d.ts @@ -100,7 +100,7 @@ declare namespace Dispatcher { /** Default: `null` */ body?: string | Buffer | Uint8Array | Readable | null | FormData; /** Default: `null` */ - headers?: IncomingHttpHeaders | string[] | null; + headers?: Record | null; /** Query string params to be embedded in the request URL. Default: `null` */ query?: Record; /** Whether the requests can be safely retried or not. If `false` the request won't be sent until all preceding requests in the pipeline have completed. Default: `true` if `method` is `HEAD` or `GET`. */