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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe
I use Typescript and I could not find a way to check object's attributes when using multi level includes.
One level include works very fine (as shown below), but what if we use multi level?
Describe the solution you'd like
Having a static pass-through function that returns the attribute:
Usage could be like
or
Note: I don't pretend to be a Typescript expert so may consider the above suggestions as pseudo-code.
Additional context
Screenshots
Thank you
The text was updated successfully, but these errors were encountered: