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