variable fetchAPIimport { fetchAPI } from "https://deno.land/x/blocks@1.28.0-beta.4/utils/fetchAPI.ts"; type<T>(input: string | Request, init?: RequestInit) => Promise<T>