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/dist/createTRPCUntypedClient.d.ts:4
Generated using TypeDoc and typedoc-plugin-markdown