mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(react/dialog): improve recent changes
This commit is contained in:
@@ -46,9 +46,16 @@ export interface RevisionPojo {
|
||||
contentLength?: number;
|
||||
}
|
||||
|
||||
export interface RecentChangesRow {
|
||||
export interface RecentChangeRow {
|
||||
noteId: string;
|
||||
current_isDeleted: boolean;
|
||||
current_deleteId: string;
|
||||
current_title: string;
|
||||
current_isProtected: boolean;
|
||||
title: string;
|
||||
utcDate: string;
|
||||
date: string;
|
||||
canBeUndeleted?: boolean;
|
||||
}
|
||||
|
||||
export interface BulkActionAffectedNotes {
|
||||
|
||||
Reference in New Issue
Block a user