export interface IEcapEvent { TipusEvent: string; Accio: string; DIAGNOSTICS?: unknown[]; [key: string]: unknown; }