Type AliasEventMap

EventMap: {
    [name: string]: ((...args: any[]) => void | boolean);
}