Coop
Coop
TtRPC
Created by Coop on 9/15/2023 in #❓-help
Forced router input?
Yea I saw that
const userIdProcedure = publicProcedure.input(
z.object({
id: z.string(),
})
)
const userIdProcedure = publicProcedure.input(
z.object({
id: z.string(),
})
)
Trpc is actually blowing my mind. This library is as cool as zod
5 replies