mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 23:01:05 +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;
|
saveAttributes: CommandData;
|
||||||
reloadAttributes: CommandData;
|
reloadAttributes: CommandData;
|
||||||
refreshNoteList: CommandData & { noteId: string; };
|
refreshNoteList: CommandData & { noteId: string; };
|
||||||
|
|
||||||
|
refreshResults: {};
|
||||||
|
refreshSearchDefinition: {};
|
||||||
};
|
};
|
||||||
|
|
||||||
type EventMappings = {
|
type EventMappings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue