How to get a property type from another type alias or an interface in TypeScript?
Originally Published Here ๐!
To get a property type from another type alias or an interface, you can use the indexed access types feature in TypeScript.
Indexed access types are written after the type or the interface name in the form of an opening ...
melvingeorge-me.hashnode.dev2 min read