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
Alternatively, If useTypeImports is set to false, then generated import instruction isn't perfectly valid :
Imports "XXX", "YYY" are only used as type.eslint[@typescript-eslint/consistent-type-imports](https://typescript-eslint.io/rules/consistent-type-imports)
The text was updated successfully, but these errors were encountered:
When using enums, if
useTypeImports
is set totrue
, then generated code won't work since enums cannot be used as values. Example of generated code :Alternatively, If
useTypeImports
is set tofalse
, then generatedimport
instruction isn't perfectly valid :The text was updated successfully, but these errors were encountered: