interface LayoutProps implements PageProps<T, S>import { type LayoutProps } from "https://deno.land/x/fresh@1.4.3/src/server/types.ts"; Type ParametersoptionalT = anyoptionalS = Record<string, unknown>PropertiesComponent: ComponentType<Record<never, never>>