type ExtendableEventHandler = ( toolbox: { handlers: { base?: T; origin?: T } }, ...rest: Parameters ) => ReturnType;