SubscriptionRecord<T>: {
    publication: IterationObserver<T>;
    subscription: Subscription<T>;
}

Type Parameters

  • T