import { type RemoteObject } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { ClientCrossChannel } = RemoteObject;
Type defining the RemoteObject client channel type.
definition: CrossChannel<RemoteObject.Call, RemoteObject.Response>