t
tRPC
Example on Website has no Output Types - tRPC
P
tRPC
•
16mo ago
•
2 replies
pikabo
Example on Website has no Output Types
In this example from the website
https://trpc.io/docs/quickstart#try-it-out-for-yourself
there is no output type nference
. If i download it its the same
. For example in the index
.ts in the client users has no type
.
const
users
=
await
trpc.user.list.
query
();
const
users
=
await
trpc.user.list.
query
();
Quickstart | tRPC
Learn how to quickly get started and setup tRPC
Similar Threads
Router output types not mapping?
H
hashwarp / ❓-help
2y ago
How to organise output types?
S
sh03 / ❓-help
4y ago
Endpoints lose Input and Output Types on tRPC Client
J
Jorge / ❓-help
2y ago
client unable to infer output types
A
advanced / ❓-help
2y ago