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