Nested Generic Types??
Heyo
I have a class that takes in an object in it's constructor. I'd like the object to be a nested object with this type:
This works, but it's not generic so I don't get the autocompletion I'm after. My attempts at making this generic fail.
4 Replies
I don't even know what to google for this tbh.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I want a type for an object that looks like this:
or something like that. The context and response types don't really matter. What I care about is actually getting the types of each entry rather than
unknown
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View