export interface EventData {
    eventType: string;
    payload: any;
}
