type PathPart
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
Definition
type PathPart = string
|
any[];
type PathPart
A part of an RPC call path, which can be either:
type PathPart = string
|
any[];