type alias Pageimport { type Page } from "https://deno.land/x/fastro@v0.74.3/http/mod.ts"; definition: { path: string; element: Component; handlers: Array<MiddlewareArgument>; }