interface ItemContextNotes {
    enriched: string[];
    item: Item;
    notes: string[];
}

Properties

Properties

enriched: string[]

Enriched note things

item: Item

Item from which the notes are from

notes: string[]

Note strings