export interface EmitEventActionButton { eventName: string; params: { [key: string]: object; }; timeout?: number; }