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
Also, when writing Joi code like this Joi.array().items(Joi.string()).required().allow(null), it infers (string | null)[] but I think it would be string[] | null.
simple example
packages
The text was updated successfully, but these errors were encountered: