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