Hey Kai, I just stumbled upon the following article of good and bad practices regarding enum type definitions: https://basarat.gitbook.io/typescript/styleguide#enum
What do you think? Currently the generator is exporting as camelCase and I noticed that everywhere else I normally prefer the PascalCase.