fix(react/dialogs): port recent_changes

This commit is contained in:
Elian Doran
2025-08-06 22:22:11 +03:00
parent c0d3027e65
commit 31fbf2cb57
4 changed files with 162 additions and 178 deletions

View File

@@ -45,3 +45,8 @@ export interface RevisionPojo {
content?: string | Buffer<ArrayBufferLike>;
contentLength?: number;
}
export interface RecentChangesRow {
noteId: string;
date: string;
}