type alias Middlewareimport { type Middleware } from "https://deno.land/x/railgun@v0.6.3/mod.ts"; definition: (ctx: Context, next: Next) => Promise<void> | void