Type Alias: TRPCResponse<TData, TError>
TRPCResponse<
TData,TError>:TRPCErrorResponse<TError> |TRPCSuccessResponse<TData>
Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:80
Type Parameters
| Type Parameter | Default type |
|---|---|
TData | unknown |
TError extends TRPCErrorShape | TRPCErrorShape |