import { type Page } from "https://deno.land/x/fastro@v0.84.23/http/server/types.ts";
Define the page component, layout, handler and its folder
definition: { component: FunctionComponent | JSX.Element; layout: Layout<T>; handler: Handler; folder?: string; }