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
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:
import type { ValidationErrors } from 'fluentvalidation-ts/dist/ValidationErrors';
From version 3.0.2 I can no longer access that type:
import type { ValidationErrors } from 'fluentvalidation-ts';
Module '"fluentvalidation-ts"' declares 'ValidationErrors' locally, but it is not exported. ts(2459)