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.
Signature
Section titled “Signature”export type FactsView = { property_type: string; listing_intent: string; units: UnitRow[]; contacts: ContactCardView[]; comparables: ComparableRow[]; address: unknown; lat: number | null; lon: number | null;};