Skip to main content

Interface: KnowledgeTopic

Defined in: apps/paracosm/src/engine/types.ts:190

A research topic with facts, counterpoints, and department-specific notes.

Properties

canonicalFacts

canonicalFacts: KnowledgeCitation[]

Defined in: apps/paracosm/src/engine/types.ts:191


counterpoints

counterpoints: object[]

Defined in: apps/paracosm/src/engine/types.ts:192

claim

claim: string

source

source: string

url

url: string


departmentNotes

departmentNotes: Record<string, string>

Defined in: apps/paracosm/src/engine/types.ts:193