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