trilium
    Preparing search index...
    interface RecentNoteRow {
        noteId: string;
        notePath: string;
        utcDateCreated?: string;
    }
    Index

    Properties

    noteId: string
    notePath: string
    utcDateCreated?: string