Type Alias: OperationChain
OperationChain =
Operation[]
Defined in: packages/rpc/src/ocan.ts:29
Chain of operations to execute on a target object. Operations are executed sequentially, with each operation acting on the result of the previous operation.