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