Skip to content

Module '"fluentvalidation-ts"' declares 'ValidationErrors' locally, but it is not exported #40

@avenmore

Description

@avenmore

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)

Would it be possible to expose that type?

TY

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions