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
In order to clean up our Resource interface a bit we should add a dedicated interface for deleted resources that extends the existing Resource.
The new interface needs to contain the sdate as non-optional property, which can also be used to determine if a resource has been deleted (helper method with type predicate).
Whoever is tackling this, please also look if we can replace any trash route checks in favour of the new helper.
The text was updated successfully, but these errors were encountered:
In order to clean up our
Resource
interface a bit we should add a dedicated interface for deleted resources that extends the existingResource
.The new interface needs to contain the
sdate
as non-optional property, which can also be used to determine if a resource has been deleted (helper method with type predicate).Whoever is tackling this, please also look if we can replace any trash route checks in favour of the new helper.
The text was updated successfully, but these errors were encountered: