import { type RemoteChannel } from "https://deno.land/x/rimbu@1.2.0/channel/main/index.ts";
const { ReadConfig } = RemoteChannel;
Interface defining the read configuration for a RemoteChannel.
Properties
An ID used for the client and server to connect the correct channels to each other.
A function taking a message and returning true if the message is of a valid type, false otherwise