## Related - https://github.com/orval-labs/orval/issues/907 ## Problem I've noticed I don't use the generated `enum`s in `schemas`. I use only the generated `type`. I assume there are other users-devs who also need ability to disable enum/const generation. So I propose to add a flag `override.disableEnumGeneration`, related to `override.useNativeEnums`