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