Type alias TopicChannel<T>

TopicChannel<T>: Channel<T> & {
    mode: "topic";
}

Type Parameters

Generated using TypeDoc