Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in zod

Zod object schema with nullable fields

typescript zod

why is the zod error message undefined when using zod-i18n in server side code

zodResponseFormat not working with OpenAI Responses interface

openai-api zod

Property 'shape' does not exist on type in Zod?

typescript zod

Zod record with required keys

typescript zod

How to Extend a Zod Object with Another Object and Pick Certain Entries?

Is Zod able to parse content of JSON files?

zod

How to set an asynchronous validation when I use superRefine method in zod

node.js zod

How to infer Zod type in JSDoc (without TypeScript)

javascript jsdoc zod

Use zod discriminatedUnion with an enum discriminator without typing out all enum possibilities

Email validation with zod

reactjs react-hook-form zod

Creating a zod enum from an object

Do not allow extra properties with zod parse

javascript typescript zod

Zod validation for phone numbers

zod

How to exclude one item from Enum when using zod.nativeEnum

How can zod date type accept ISO date strings?

node.js typescript date zod

Validating environment variables in Next.js with Zod

Specify a Zod schema with a non-optional but possibly undefined field

typescript zod