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