Interface Backlink

interface Backlink {
    note: Partial<Note>;
    referenceHtmls: string[];
    references: Partial<Reference>[];
}

Properties

note: Partial<Note>
referenceHtmls: string[]
references: Partial<Reference>[]

Generated using TypeDoc