patterns/typebox #873
Replies: 1 comment
|
If you're seeing the warning: it's caused by a version issue with "overrides": {
"exact-mirror": "0.2.7"
} |
0 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.
patterns/typebox
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/patterns/typebox
All reactions