Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in zod

How to merge multiple Zod (object) schema

typescript zod

Shadcn-UI Form Warning: A component is changing an uncontrolled input to be controlled

Zod error handling with custom error messages on enums

typescript enums zod

Is there way to use typescript zod library to parse a class instance

typescript zod

How to iterate over properties and get the types in Zod?

typescript zod

Send blob (image) from frontend to backend with nextjs and trpc (T3 stack)

typescript next.js zod trpc t3

Can I validate an exact value with zod?

zod

Typescript, losing Zod and tRPC types across monorepo projects, types result in any

zod schema not triggering required_error for empty strings

How to make an optional property with a default value in Zod

typescript zod

Zod: Create a primitive object from defaults

javascript json zod

Zod - Using optional() with default() infers the wrong type

node.js typescript zod

Zod - Property 'infer' does not exist on type 'typeof import(.../node_modules/zod/lib/external)

javascript typescript zod

Does zod have something equivalent to yup's oneOf()

typescript validation yup zod

Zod - Checking the number of digits on a number type

javascript typescript zod

Zod validator / validate image

javascript typeorm zod

zod validation for an array of objects

How to validate a field in Zod depending on the value of another field?

Coerce string to literal number with Zod

typescript validation zod