Trilium Frontend API
    Preparing search index...

    Interface DatePointApi

    interface DatePointApi {
        allDay: boolean;
        date: Date;
        dateStr: string;
    }

    Hierarchy (View Summary)

    Index
    allDay: boolean
    date: Date
    dateStr: string