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