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