import { type ExtendedRequestInit } from "https://deno.land/x/fetch_goody@7.0.6/src/fetch_wrapper.ts";
Fetch's RequestInit
with the extra options
definition: RequestInitDiff & Omit<RequestInit, keyof RequestInitDiff>
x/fetch_goody/src/fetch_wrapper.ts>ExtendedRequestInit
import { type ExtendedRequestInit } from "https://deno.land/x/fetch_goody@7.0.6/src/fetch_wrapper.ts";
Fetch's RequestInit
with the extra options