Trilium Frontend API
    Preparing search index...

    Interface EventSourceFetcherRes

    interface EventSourceFetcherRes {
        rawEvents: EventInput[];
        response?: Response;
    }
    Index
    rawEvents: EventInput[]
    response?: Response