Skip to content
HomePagesHomePages template kit

FactsView

The self-contained fact-graph shape the resolver functions in this module read — a scenario's facts projected down to only what direct resolution needs, with contacts normalized to flat, nullable string fields.

The self-contained fact-graph shape the resolver functions in this module read — a scenario’s facts projected down to only what direct resolution needs, with contacts normalized to flat, nullable string fields.

Import from @homepages/template-kit/fixtures.

export type FactsView = {
property_type: string;
listing_intent: string;
units: UnitRow[];
contacts: ContactCardView[];
comparables: ComparableRow[];
address: unknown;
lat: number | null;
lon: number | null;
};