essential/validation #604
Replies: 1 comment 4 replies
-
Can I use Zod for validation, since that's what the project is using Clent side already, or must I use t from Elysia? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
essential/validation
Schemas are strictly typed definitions, used to infer TypeScript's type and data validation of an incoming request and outgoing response. Elysia's schema validation is based on Sinclair's TypeBox, a TypeScript library for data validation.
https://elysiajs.com/essential/validation
Beta Was this translation helpful? Give feedback.
All reactions