Interface WebSocketChannel

interface WebSocketChannel {
    name: WebSocketChannelName;
    product_ids?: string[];
}

Properties

Properties

product_ids?: string[]