CitationSourceContent
type CitationSourceContent = { text: string;};Defined in: src/types/citations.ts:120
Source content referenced by a citation. Modeled as a union type for future extensibility.
Properties
Section titled “Properties”text: string;Defined in: src/types/citations.ts:120