Interface: TRPCRouterCallerFactory()<TRoot>
Defined in: packages/server/src/unstable-core-do-not-import/router.ts:435
Type Parameters
| Type Parameter |
|---|
TRoot extends AnyTRPCRootTypes |
TRPCRouterCallerFactory<
TRecord>(router):RouterCaller<TRoot,TRecord>
Defined in: packages/server/src/unstable-core-do-not-import/router.ts:436
Type Parameters
| Type Parameter |
|---|
TRecord extends TRPCRouterRecord |
Parameters
| Parameter | Type |
|---|---|
router | Pick<Router<TRoot, TRecord>, "_def"> |
Returns
RouterCaller<TRoot, TRecord>