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
Most article properties are optional right now.
This made some development easier, but it is not wize in the long run.
I think most of the properties on Article should be compulsory.
Where that cannot be guaranteed (e.g. converter functions), Partial<Article> should be
used instead of Article.
The text was updated successfully, but these errors were encountered:
Most article properties are optional right now.
This made some development easier, but it is not wize in the long run.
I think most of the properties on
Article
should be compulsory.Where that cannot be guaranteed (e.g. converter functions),
Partial<Article>
should beused instead of
Article
.The text was updated successfully, but these errors were encountered: