installing zod + adding zod schemas

This commit is contained in:
lila 2026-04-02 20:02:26 +02:00
parent 874dd5e4c7
commit 5180ecc864
4 changed files with 81 additions and 1 deletions

View file

@ -8,5 +8,8 @@
},
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"zod": "^4.3.6"
}
}