mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
feat(react/ribbon): port edited notes
This commit is contained in:
@@ -162,3 +162,10 @@ export type ToggleInParentResponse = {
|
||||
success: false;
|
||||
message: string;
|
||||
}
|
||||
|
||||
export type EditedNotesResponse = {
|
||||
noteId: string;
|
||||
isDeleted: boolean;
|
||||
title?: string;
|
||||
notePath?: string[] | null;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user