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;
};
Reproduction
System Info
Used Package Manager
npm
Validations