UserInfoEventHandlerMap: Partial<
    {
        [K in UserInfoEventName]: (payload: UserInfoEventPayloadMap[K]) => {}
    },
>

用户资料事件处理器映射。