type TLEventMapHandler<T extends keyof TLEventMap> = (
  ...args: TLEventMap[T]
) => void
TLEventInfoTLEventName