Interface WebSocketSubscription

interface WebSocketSubscription {
    channels: WebSocketChannel[];
    type: SUBSCRIPTIONS;
}

Properties

Properties

channels: WebSocketChannel[]