Tuple type representing the arguments that will be passed to subscriber functions.
Registers a subscriber function to be called when the event is emitted.
If the subscriber is already registered, this method has no effect.
The subscriber function to call when the event is emitted.
Optional
options: SubscribableSubscribeOptionsOptional settings for the subscription.
A function that can be called to unsubscribe the subscriber, or null if the subscriber was already registered.
Interface representing an object that allows subscribers to register for notifications.