export interface CitationItem {
    alt?: string;
    summary?: string;
    title?: string;
    url: string;
}
