mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(build): errors due to missing command
This commit is contained in:
parent
4240af6c43
commit
34762236d1
@ -246,6 +246,9 @@ export type CommandMappings = {
|
|||||||
saveAttributes: CommandData;
|
saveAttributes: CommandData;
|
||||||
reloadAttributes: CommandData;
|
reloadAttributes: CommandData;
|
||||||
refreshNoteList: CommandData & { noteId: string; };
|
refreshNoteList: CommandData & { noteId: string; };
|
||||||
|
|
||||||
|
refreshResults: {};
|
||||||
|
refreshSearchDefinition: {};
|
||||||
};
|
};
|
||||||
|
|
||||||
type EventMappings = {
|
type EventMappings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user