interface ParsedContextNoteEntry {
    source: undefined | string;
    text: string;
}

Properties

Properties

source: undefined | string

Source label if any

text: string

Enriched note text