type alias Routeimport { type Route } from "https://deno.land/x/fastro@v0.72.2/http/server.ts"; definition: { method: string; path: string; handler: HandlerArgument; }