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
fixed class and creation fields optionality (#546)
In TypeScript, no longer make fields optional just because they have a defaultValue. Fields must be nullable to be optional. Fields with defaultValue are optional in CreationAttributes, but not in class definition.
0 commit comments