type alias Fetchimport { type Fetch } from "https://deno.land/x/openai@v4.53.2/core.ts"; definition: (url: RequestInfo, init?: RequestInit) => Promise<Response>