5 Replies
I think I will settle on passing in an extra generic property like this for now:
Would love to be able to drill down into types with bracket notation, but not sure how feasible that is given the usage of brackets for arrays. 🤷
You could always add a HKT for this
it may already be built in
It appears not
You could add a HKT like
Get<EntityType, 'key'>
Nice.. didn't think of that. Tyty 🙏