diff --git a/src/public/app/components/app_context.ts b/src/public/app/components/app_context.ts index 6e3f7d4c8..39141b881 100644 --- a/src/public/app/components/app_context.ts +++ b/src/public/app/components/app_context.ts @@ -246,6 +246,9 @@ export type CommandMappings = { saveAttributes: CommandData; reloadAttributes: CommandData; refreshNoteList: CommandData & { noteId: string; }; + + refreshResults: {}; + refreshSearchDefinition: {}; }; type EventMappings = {