interface ICitation {
    anchor?: Anchor;
    subtitle?: string;
    title?: string;
}

Implemented by

Properties

anchor?: Anchor
subtitle?: string
title?: string