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