mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
feat(react/dialogs): port delete_notes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { AttributeRow } from "./rows.js";
|
||||
|
||||
export interface AppInfo {
|
||||
appVersion: string;
|
||||
dbVersion: number;
|
||||
@@ -10,3 +12,8 @@ export interface AppInfo {
|
||||
/** for timezone inference */
|
||||
utcDateTime: string;
|
||||
}
|
||||
|
||||
export interface DeleteNotesPreview {
|
||||
noteIdsToBeDeleted: string[];
|
||||
brokenRelations: AttributeRow[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user