type alias ErrorHandlerimport { type ErrorHandler } from "https://deno.land/x/fresh@1.6.5/src/server/router.ts"; Type ParametersoptionalT = Record<string, unknown>definition: (req: Request,ctx: FreshContext<T>,err: unknown,) => Response | Promise<Response>