type alias Layoutimport { type Layout } from "https://deno.land/x/fastro@v0.91.1/mod.ts"; Define the layout type Type ParametersoptionalT = anydefinition: (props: LayoutProps<T>) => JSX.Element