I have interface like this:
export interface Actions { [ActionEnum.FOO](someParam: {}, payload: string): void [