openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
postfixModels does not apply a model postfix
When using --postfixModels modelname
when executing a code gen the models postfix does not change in the generated output.
See also https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1141
Could anyone please fix this? It blocks me from using this library :(
I also think it should be changed to behave like postfixServices
. Could someone please fix it?