export type TEventHandler = (ThisType & { handler(event: U): void })['handler'];