type alias PagePropsimport { type PageProps } from "https://deno.land/x/fastro@v0.91.1/http/server/types.ts"; Define the props of the page Type ParametersoptionalT = anydefinition: { data: T; }