Skip to content
HomePagesHomePages template kit

SiteValues

The erased page shape a STORED rule's fn is typed against — a general view the interpreter builds at runtime.

The erased page shape a STORED rule’s fn is typed against — a general view the interpreter builds at runtime. defineReconcile narrows it to SiteView for authoring, so a rule fn is written type-safe and stored uniformly.

Import from @homepages/template-kit.

export type SiteValues = Record<string, Record<string, unknown>>;