import { type RemoteObject } from "https://deno.land/x/rimbu@1.2.0/channel/custom/remote-object/remote-object.ts";
const { Call } = RemoteObject;
Interface defining a remote call structure.
x/rimbu/channel/custom/remote-object/remote-object.ts>RemoteObject.Call
import { type RemoteObject } from "https://deno.land/x/rimbu@1.2.0/channel/custom/remote-object/remote-object.ts";
const { Call } = RemoteObject;
Interface defining a remote call structure.