Interface WebSocketRequest

interface WebSocketRequest {
    channels: string[] | WebSocketChannel[];
    type: WebSocketRequestType;
}

Properties

Properties

channels: string[] | WebSocketChannel[]