Aidan647 - how can I do validation of zod in zo...
how can I do validation of zod in zod
Solution:Jump to solution
I think something like this should work:
```ts
z.object({
description: z.string(),
example: z.string(),...
1 Reply
Solution
I think something like this should work: