t
tRPC
t
tRPC
Infer type of {data} when passing down data to another component
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
D
Dani;
•
11/10/22, 2:38 PM
https://trpc.io/docs/v10/infer-types
Inferring Types | tRPC
It is often useful to wrap functionality of your
@trpc
/client or
@trpc
/react
-query api within other functions
. For this purpose
, it
's necessary to be able to infer input types and output types generated by your
@trpc
/server router
.