Interestingly - if only value is nullable, but dictionary itself is not - everything is generated fine. Or if dictionary is nullable, but value is not - same, everything is fine. However when both of them are nullable - only value nullability is being taken into account.
Hi. This json: is generated into this typescript:
what I expect is
Interestingly - if only value is nullable, but dictionary itself is not - everything is generated fine. Or if dictionary is nullable, but value is not - same, everything is fine. However when both of them are nullable - only value nullability is being taken into account.