mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(react/dialogs): port recent_changes
This commit is contained in:
@@ -45,3 +45,8 @@ export interface RevisionPojo {
|
||||
content?: string | Buffer<ArrayBufferLike>;
|
||||
contentLength?: number;
|
||||
}
|
||||
|
||||
export interface RecentChangesRow {
|
||||
noteId: string;
|
||||
date: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user