Closed carlocorradini closed 1 year ago
Your types may be stuck, restarting your editor will solve the problem.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
When using
@IsMACAddress({})
decorator theoptionsArg
is set toany
in VSCode even thoughisMacAddress.d.ts
has the correct type:I don't know if this is related to VSCode only or is a more general issue.
Minimal code-snippet showcasing the problem
Expected behavior
optionsArgs
showingValidatorJS.IsMACAddressOptions
options.Actual behavior
No type hint and
optionsArg
is set toany
: