CitationGeneratedContent
type CitationGeneratedContent = { text: string;};Defined in: src/types/citations.ts:126
Generated content associated with a citation. Modeled as a union type for future extensibility.
Properties
Section titled “Properties”text: string;Defined in: src/types/citations.ts:126