import { type RpcProxy } from "https://deno.land/x/rimbu@1.2.0/channel/mod.ts";
const { PathPart } = RpcProxy;
A part of an RPC call path, which can be either:
- a string indicating an object property/method
- an array of data indicating a function call with the array as arguments