EventMap type

Signature:

export type EventMap = {
    [key: string]: (arg: any) => void;
};