You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jakubwolny in my project we have larger interfaces which would require significant code duplication.
Currently I accomplished this with a refine that then checks for one or the other, but would be easier like Joi.or()
Add a
one of
oror
type link in Joi.or()e.g.
I want to validate that type
User
has at least one ofname
oremail
The text was updated successfully, but these errors were encountered: