mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
feat: update search result
This commit is contained in:
@@ -24,5 +24,5 @@ export type EditorHandlers = {
|
||||
unFavoritePage: (pageId: string) => void;
|
||||
toggleFavoritePage: (pageId: string) => void;
|
||||
permanentlyDeletePage: (pageId: string) => void;
|
||||
search: (query: QueryContent) => any;
|
||||
search: (query: QueryContent) => Map<string, string>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user