mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(react/ribbon): save search to note
This commit is contained in:
@@ -193,3 +193,12 @@ export interface SimilarNote {
|
||||
}
|
||||
|
||||
export type SimilarNoteResponse = (SimilarNote[] | undefined);
|
||||
|
||||
export type SaveSearchNoteResponse = CloneResponse;
|
||||
|
||||
export interface CloneResponse {
|
||||
success: boolean;
|
||||
message?: string;
|
||||
branchId?: string;
|
||||
notePath?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user