import { type RouteNest } from "https://deno.land/x/fastro@v0.74.3/http/server.ts";
definition: { handler: HandlerArgument; method?: string; pathname?: string; params?: Record<string, string | undefined>; query?: Record<string, string>; match?: URLPatternResult; element?: Component; handlers?: Array<MiddlewareArgument>; }