ClientProxyObject
ClientProxyObject<
T> ={ [K in keyof T]: ClientProxyFunction<T[K]> }
Defined in: client.ts:162
Transforms server-side API objects to client-side proxy objects with type-safe RPC methods.
Type Parameters
Section titled “Type Parameters”T
The server-side API object type