import { type JSONRequestInit } from "https://deno.land/x/json_fetch@v2.1.0-pre.6/index.ts";
definition: { body?: JSONBodyInit | null; } & Omit<RequestInit, "body">
x/json_fetch/index.ts>JSONRequestInit
import { type JSONRequestInit } from "https://deno.land/x/json_fetch@v2.1.0-pre.6/index.ts";