Open VladimirCores opened 1 month ago
If we set --type-suffix DTO we will have this suffix in both interface and enum. Generation from script with enumKeySuffix: 'Type' have no effect, and seems do not work. The question how to add specific suffix for enums?
--type-suffix DTO
interface
enum
enumKeySuffix: 'Type'
If we set
--type-suffix DTO
we will have this suffix in bothinterface
andenum
. Generation from script withenumKeySuffix: 'Type'
have no effect, and seems do not work. The question how to add specific suffix for enums?