If I add `modelSuffix` option then only objects generated with suffix. Looking into the code I found this line in Swift code fornatter ```swift return escapeType("\(modelPrefix)\(name.upperCamelCased())") ``` Shall we add enum suffix support?
If I add
modelSuffixoption then only objects generated with suffix.Looking into the code I found this line in Swift code fornatter
Shall we add enum suffix support?