Interface CitationSource

A single citation source.

interface CitationSource {
    endIndex?: number;
    license?: string;
    startIndex?: number;
    uri?: string;
}

Properties

endIndex?: number
license?: string
startIndex?: number
uri?: string