Trilium Frontend API
    Preparing search index...

    Interface EventInteractionState

    interface EventInteractionState {
        affectedEvents: EventStore;
        isEvent: boolean;
        mutatedEvents: EventStore;
    }
    Index
    affectedEvents: EventStore
    isEvent: boolean
    mutatedEvents: EventStore