Trilium Backend API
    Preparing search index...

    Type Alias TaskResultDefinitions

    type TaskResultDefinitions = {
        deleteNotes: null;
        empty: null;
        export: null;
        importAttachments: { importedNoteId?: string; parentNoteId?: string };
        importNotes: { importedNoteId?: string; parentNoteId?: string };
        protectNotes: null;
        undeleteNotes: null;
    }
    Index

    Properties

    deleteNotes: null
    empty: null
    export: null
    importAttachments: { importedNoteId?: string; parentNoteId?: string }
    importNotes: { importedNoteId?: string; parentNoteId?: string }
    protectNotes: null
    undeleteNotes: null