diff options
Diffstat (limited to 'js/fetch_types.d.ts')
-rw-r--r-- | js/fetch_types.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/fetch_types.d.ts b/js/fetch_types.d.ts index f00bdd3c5..9d4082c35 100644 --- a/js/fetch_types.d.ts +++ b/js/fetch_types.d.ts @@ -13,7 +13,7 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. *******************************************************************************/ -type HeadersInit = Headers | string[][] | Record<string, string>; +type HeadersInit = string[][] | Record<string, string>; type BodyInit = | Blob | BufferSource |