https://github.com/get-convex/convex-
https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/README.md#validator-utilities
in validator utils i need to define table again to validate parameters. is it possible to use existing from schema?
3 Replies
You can use your schema validators:
There's a stack post that covers validator reuse: https://stack.convex.dev/types-cookbook
Types and Validators in TypeScript: A Convex Cookbook
It can be tough to wrangle types to behave how you want them to. Thankfully, Convex was designed to make the experience with types perfect. Learn why ...
thanks figured already out