Trilium Backend API
    Preparing search index...

    Interface Relationship

    interface Relationship {
        childNoteId: string;
        parentNoteId: string;
    }
    Index

    Properties

    childNoteId: string
    parentNoteId: string