mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +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