export type EventHandler = (...args: any[]) => void;
export type EventData = Record<string, unknown>;
