Trilium Frontend API
    Preparing search index...

    Interface ContentNoteIdToComponentIdRow

    interface ContentNoteIdToComponentIdRow {
        componentId: string;
        noteId: string;
    }
    Index
    componentId: string
    noteId: string