React observing
ISubscription
ISubscription
Overview
This is the definition of the object returned in a subscription.
Definition
interface ISubscription { id: string; observerId: string; unsubscribe(): void;}
This is the definition of the object returned in a subscription.
interface ISubscription { id: string; observerId: string; unsubscribe(): void;}