type alias MiddlewareHandlerimport { type MiddlewareHandler } from "https://deno.land/x/fresh@1.6.7/server.ts"; Type ParametersoptionalState = Record<string, unknown>definition: (req: Request, ctx: FreshContext<State>) => Response | Promise<Response>