Type Alias: TRPCClientIncomingMessage<TResult, TError>
TRPCClientIncomingMessage<
TResult,TError>:TRPCClientIncomingRequest|TRPCResponseMessage<TResult,TError>
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:142
The client's received messages shape
Type Parameters
| Type Parameter | Default type |
|---|---|
TResult | unknown |
TError extends TRPCErrorShape | TRPCErrorShape |