type alias PagePropsimport { type PageProps } from "https://dotland.deno.dev/x/fresh@1.7.3/server.ts"; Type ParametersoptionalT = anyoptionalS = Record<string, unknown>definition: Omit<FreshContext<S, T>, "render" | "next" | "renderNotFound">