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