Function: createTRPCUntypedClient()
createTRPCUntypedClient<
TRouter
>(opts
):TRPCUntypedClient
<TRouter
>
Type parameters
Parameter |
---|
TRouter extends Router < AnyRouterDef < AnyRootConfig >, TRouter > |
Parameters
Parameter | Type |
---|---|
opts | CreateTRPCClientOptions < TRouter > |
Returns
TRPCUntypedClient
< TRouter
>
Source
packages/client/src/createTRPCUntypedClient.ts:5
Generated using TypeDoc and typedoc-plugin-markdown