You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this expected behavior? Is there a workaround to not have Array<string | null> in the output
Or is this something wrong with the way the openapi spec is? This would be out of my control as I'm not responsible for that, thanks!
The text was updated successfully, but these errors were encountered:
I'm having trouble getting the right types when running the codegen.
I have some fields in my openapi.yaml that look like this:
And the outputted type is looking like this:
Is this expected behavior? Is there a workaround to not have
Array<string | null>
in the outputOr is this something wrong with the way the openapi spec is? This would be out of my control as I'm not responsible for that, thanks!
The text was updated successfully, but these errors were encountered: