type alias FreshHandlerRe-exportimport { type FreshHandler } from "https://deno.land/x/live@1.60.0/deps.ts"; Type ParametersoptionalT = anyoptionalState = Record<string, unknown>definition: (req: Request, ctx: FreshContext<State, T>) => Response | Promise<Response>