Unions the payload types of all events in a readonly tuple.
// T becomes MessageReactPayload | UserCreatePayloadtype T = CollectorPayload<["message:react", "user:create"]>; Copy
// T becomes MessageReactPayload | UserCreatePayloadtype T = CollectorPayload<["message:react", "user:create"]>;
Unions the payload types of all events in a readonly tuple.