Trilium Frontend API
    Preparing search index...

    Type Alias EventSourceFuncInfo

    type EventSourceFuncInfo = {
        end: Date;
        endStr: string;
        start: Date;
        startStr: string;
        timeZone: string;
    }
    Index
    end: Date
    endStr: string
    start: Date
    startStr: string
    timeZone: string