import { type Interceptors } from "https://deno.land/x/fetch_goody@7.0.6/mod.ts";
The type for interceptors you can pass to the extended init
definition: { request?: (init: ExtendedRequest) => void | Promise<void>; response?: (init: ExtendedRequest, response: Response) => void | Promise<void>; }