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