Skip to content

The attribute "isDeleted" of the export interface uses or is using the dedicated name "EnumOpenState". #599

@maxfrees

Description

@maxfrees

Describe the bug

The attribute "isDeleted" of the export interface uses or is using the dedicated name "EnumOpenState".

If the issue cannot be resolved, how can we prevent the export of enums in the file?

a.ts

export enum EnumOpenState {
  close,
  open
}

b.ts

export type ListType = {
  status: EnumOpenState;
};

Image

Reproduction

System Info

-

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions