Interfaces

SemanticFact

Interface: SemanticFact

Defined in: src/lib/semantics/types.ts:66

One row of typed facts about one entity. The columns are the tool's own — this library requires only that every row says WHAT it is about.

Indexable

[field: string]: unknown

Properties

entity

readonly entity: string

Defined in: src/lib/semantics/types.ts:67

On this page