Type Alias SubscriptionManager

SubscriptionManager: {
    unsubscribe: UnsubscribeFn;
    updateContentTopics?: UpdateContentTopics;
}