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