type alias MiddlewareHandlerimport { type MiddlewareHandler } from "https://deno.land/x/live@1.96.2/runtime/fresh/plugin.tsx"; definition: (req: Request, ctx: { next: () => Promise<Response>; state: any; params: Record<string, string>; }) => Promise<Response>