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