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
Hi,
when I generate my typescript class from my scheme, almost all of my properties on the class are optional. This is cause because we generarte scheme where no nullable property mean, it is not nullable. It need to be explicitly said that specific value is nullable. (we use NelmioBundle)
Is there any way to configure this kind behaviour, so "no nullable atrribute" means "it is not nullable"?