aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/lib/actions.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/lib/actions.ts b/src/actions/lib/actions.ts
index faf576fd8..d3fd5f27c 100644
--- a/src/actions/lib/actions.ts
+++ b/src/actions/lib/actions.ts
@@ -8,6 +8,7 @@ export interface Actions {
8 [key: string]: { 8 [key: string]: {
9 [key: string]: { 9 [key: string]: {
10 (...args: any[]): void; 10 (...args: any[]): void;
11 // eslint-disable-next-line @typescript-eslint/ban-types
11 listeners: Function[]; 12 listeners: Function[];
12 notify: (params: any) => void; 13 notify: (params: any) => void;
13 listen: (listener: (params: any) => void) => void; 14 listen: (listener: (params: any) => void) => void;