type alias MatchHandlerimport { type MatchHandler } from "https://deno.land/x/fresh@1.5.1/src/server/router.ts"; Type ParametersoptionalT = unknowndefinition: (req: Request,ctx: HandlerContext<T>,match: Record<string, string>,) => Response | Promise<Response>