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?
0 Replies