We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Until we have full and official types support, and to make migration back to the joi module name (without the @hapi/ namespace), I'm importing the types from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hapi__joi here.
joi
@hapi/
They are going to be for v17.1 and will be lacking some features until v18 is released.
The text was updated successfully, but these errors were encountered:
0a8eb53
I am using TypeScript. How can I define the type of the ValidationResult now? I used to use
typescriptfunction validateData(data: DataType): ValidationResult<DataType>{ // ... }
Sorry, something went wrong.
hueniverse
No branches or pull requests
Until we have full and official types support, and to make migration back to the
joi
module name (without the@hapi/
namespace), I'm importing the types from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hapi__joi here.They are going to be for v17.1 and will be lacking some features until v18 is released.
The text was updated successfully, but these errors were encountered: