Closed avenmore closed 1 year ago
Hi @avenmore - thanks for reporting this. I've pushed a change in v3.1.0 which should allow you to import the ValidationErrors
type from the root of the package. Please let me know if you have any more issues 😃
Confirmed working and no other problems experienced with v3.1.0. Thanks very much :)
Up to version 2.3.0 I was able to use the type
ValidationErrors
as the mechanism I've created to validate my Vue components needs to track them. I was able to use:From version 3.0.2 I can no longer access that type:
Module '"fluentvalidation-ts"' declares 'ValidationErrors' locally, but it is not exported. ts(2459)
Would it be possible to expose that type?
TY