mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(react/ribbon): port similar notes
This commit is contained in:
		| @@ -185,3 +185,11 @@ export interface SubtreeSizeResponse { | ||||
|     subTreeNoteCount: number; | ||||
|     subTreeSize: number; | ||||
| } | ||||
|  | ||||
| export interface SimilarNote { | ||||
|     score: number; | ||||
|     notePath: string[]; | ||||
|     noteId: string; | ||||
| } | ||||
|  | ||||
| export type SimilarNoteResponse = (SimilarNote[] | undefined); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user