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
{{ message }}
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
Oh is working in 242, but I have a question why for an Array type it can be | null return just an empty array is better because now we have to check if its not null to iterate...
Hello, when I select an optional field in my database like that:
where the model is :
then typescript definition don't tell that it can be optional (null or undefined)
It should be
{ accountId: number; } | undefined
Thanks
The text was updated successfully, but these errors were encountered: