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