openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[BUG] Interface signature is missing options "undefined" and "null" present in signature of implemting class

Open JasonMarxTNG opened this issue 2 years ago • 0 comments

Description

In commit 3756c3b merged in version v7.3.0 additional options "undefined" and "null" are implemented, but the interface is not changed accordingly, see comment https://github.com/OpenAPITools/openapi-generator/commit/3756c3b65da18903f66449edcf8631c2ff307e57#r138524981.

openapi-generator version

v7.3.0

Suggest a fix

Change interface signature accordingly.

JasonMarxTNG avatar Feb 12 '24 10:02 JasonMarxTNG