Zod is a TypeScript-first schema declaration and validation library. It is a library that allows you to define a schema for your data and validate it.
Installation
Usage
You need to create a schema using Zod and then pass it through the adapter to the faivform
function.
Example