required
fields that are nullable generate as NonNullable
in typescript
#1639
Labels
bug 🔥
Something isn't working
Description
In this example OpenAPI spec, I get a generated type where
profile_picture_url
is of typestring
, notstring | undefined
orstring | null
.Reproducible example or configuration
OpenAPI specification (optional)
System information (optional)
Latest versions of everything as of Jan 29
The text was updated successfully, but these errors were encountered: