Interface PubSubRPCSubscription

interface PubSubRPCSubscription {
    subscribe?: boolean;
    topic?: string;
}

Properties

Properties

subscribe?: boolean
topic?: string