import { type RemoteChannel } from "https://deno.land/x/rimbu@1.1.0/channel/custom/remote-channel/remote-channel.ts";
const { CrossConfig } = RemoteChannel;
Interface defining the cross-channel configuration for a RemoteChannel.
x/rimbu/channel/custom/remote-channel/remote-channel.ts>RemoteChannel.CrossConfig
import { type RemoteChannel } from "https://deno.land/x/rimbu@1.1.0/channel/custom/remote-channel/remote-channel.ts";
const { CrossConfig } = RemoteChannel;
Interface defining the cross-channel configuration for a RemoteChannel.