Bug Report Checklist
Description
in TypeScript, some generated types have the @export decoration - which is not valid per jsdoc.app - the correct form is @exports
openapi-generator version
v7.14.0
OpenAPI declaration file content or url
Generation Details
you need input which is going to trigger the modelOneOf.mustache template
Steps to reproduce
with any such input the incorrect decorator will be generated by the template
Related issues/PRs
Suggest a fix
See #21754
Bug Report Checklist
Description
in TypeScript, some generated types have the
@exportdecoration - which is not valid per jsdoc.app - the correct form is@exportsopenapi-generator version
v7.14.0
OpenAPI declaration file content or url
Generation Details
you need input which is going to trigger the modelOneOf.mustache template
Steps to reproduce
with any such input the incorrect decorator will be generated by the template
Related issues/PRs
Suggest a fix
See #21754