export interface CommandsEvent { data?: string | number; action?: string; mode?: string; }