Type Alias: Operation
Operation = {
key:string|number|symbol;type:"get"; } | {args:any[];type:"apply"; }
Defined in: packages/rpc/src/ocan.ts:20
Operation types that align with JavaScript Proxy traps. These form the building blocks of operation chains.