Skip to content

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.

text: string;

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