Trilium Frontend API
    Preparing search index...

    Interface RangeApiWithTimeZone

    interface RangeApiWithTimeZone {
        end: Date;
        endStr: string;
        start: Date;
        startStr: string;
        timeZone: string;
    }

    Hierarchy (View Summary)

    Index
    end: Date
    endStr: string
    start: Date
    startStr: string
    timeZone: string