Skip to content

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.

text: string;

Defined in: src/types/citations.ts:126