Type alias: TRPCPrepassProps<TRouter, TSSRContext>
TRPCPrepassProps: <
TRouter,TSSRContext>object
Type parameters
| Parameter | Default | 
|---|---|
TRouter extends AnyRouter | - | 
TSSRContext extends NextPageContext | NextPageContext | 
Type declaration
config
config: WithTRPCConfig< TRouter >
queryClient
queryClient: QueryClient
ssrContext
ssrContext: TSSRContext
ssrState
ssrState: "prepass"
trpcClient
trpcClient: TRPCUntypedClient< TRouter >
Source
Generated using TypeDoc and typedoc-plugin-markdown