type alias Middlewareimport { type Middleware } from "https://deno.land/x/fastro@v0.84.23/mod.ts"; Middleware type used by server definition: { method?: string; path?: string; handler: Handler; }