intiserx
intiserx
TtRPC
Created by intiserx on 4/26/2023 in #❓-help
zod input validation from ts type
I imported a type using import type { WebhookEvent } from "@clerk/nextjs/api";. Is there a way to use the type to validate the input with zod for a procedure?
createUser: publicProcedure .input(something here to use WebhookEvent with z.object)
createUser: publicProcedure .input(something here to use WebhookEvent with z.object)
2 replies
TtRPC
Created by intiserx on 4/25/2023 in #❓-help
Clerk Webhook Input Undefined
11 replies