Type Alias SubscribeEventMap

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