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
{ "type": "number", "enum": [ 2 ], "nullable": true }
type: faker.helpers.arrayElement([ faker.number.int({ min: undefined, max: undefined }), null, ]),
typescript: Type 'number | null' is not assignable to type 'EnumType'. Type 'number' is not assignable to type 'EnumType'. [2322]
…
Not having a Typescript error
Operating System: macOS Package Version: 6.29.1 Browser Version: …
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What are the steps to reproduce this issue?
What happens?
…
What were you expecting to happen?
Not having a Typescript error
Any logs, error output, etc?
…
Any other comments?
…
What versions are you using?
Operating System: macOS
Package Version: 6.29.1
Browser Version: …
The text was updated successfully, but these errors were encountered: