Runtime Validation with Zod
Validate and infer API response types with Zod schemas.
Welcome
Zod is a TypeScript-first schema validation library that infers types from schemas, providing both runtime validation and compile-time types.
Installing Zod
Install Zod in your project.
npm install zod