mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +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