import { type FetchFunction } from "https://deno.land/x/superfetch@2.0.1/types.ts";
definition: (url: string | URL, options?: RequestInit) => Promise<MakeFetchResponse>
x/superfetch/types.ts>FetchFunction
import { type FetchFunction } from "https://deno.land/x/superfetch@2.0.1/types.ts";