pikabo
pikabo
Explore posts from servers
TtRPC
Created by pikabo on 12/20/2024 in #❓-help
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();
3 replies
DTDrizzle Team
Created by pikabo on 10/30/2024 in #help
Possible to infere type from PgEnum?
how to get the type of something like this export const serenity = pgEnum("serenity", ["ok", "warning", "critical", "error"])
3 replies