fix(build): errors due to missing command

This commit is contained in:
Elian Doran 2025-02-24 22:50:16 +02:00
parent 4240af6c43
commit 34762236d1
No known key found for this signature in database

View File

@ -246,6 +246,9 @@ export type CommandMappings = {
saveAttributes: CommandData;
reloadAttributes: CommandData;
refreshNoteList: CommandData & { noteId: string; };
refreshResults: {};
refreshSearchDefinition: {};
};
type EventMappings = {