From 0bf13689d53bd493fb4d0a4213c1801013b5aa8a Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Mon, 27 Jun 2022 18:21:31 +0200 Subject: chore: transform containers/settings from js to tsx (#384) --- src/actions/lib/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions') diff --git a/src/actions/lib/actions.ts b/src/actions/lib/actions.ts index 378cef574..ea9a8fe46 100644 --- a/src/actions/lib/actions.ts +++ b/src/actions/lib/actions.ts @@ -10,7 +10,7 @@ export interface Actions { [key: string]: { [key: string]: { (...args: any[]): void; - listeners: Array; + listeners: Function[]; notify: (params: any) => void; listen: (listener: (params: any) => void) => void; off: (listener: (params: any) => void) => void; -- cgit v1.2.3-54-g00ecf