interface PubSubSubscription {
    callback: PubSubSubscriptionCallback;
    channel: string;
    id: number;
}

Properties

Properties

channel: string
id: number