type EventSubscriberType = | IEventSubscriberClass | FunctionalEventSubscriber | FactoryEventSubscriber;
Represents a EventSubscriber type.