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