export interface ActionEvent { rawId: string; matchId: string; args: (string | number)[]; data?: unknown; }