Skip to content

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.

T

The server-side API object type