mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
fix(build): errors due to missing command
This commit is contained in:
parent
4240af6c43
commit
34762236d1
1 changed files with 3 additions and 0 deletions
|
|
@ -246,6 +246,9 @@ export type CommandMappings = {
|
|||
saveAttributes: CommandData;
|
||||
reloadAttributes: CommandData;
|
||||
refreshNoteList: CommandData & { noteId: string; };
|
||||
|
||||
refreshResults: {};
|
||||
refreshSearchDefinition: {};
|
||||
};
|
||||
|
||||
type EventMappings = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue