How to easily make a new type by taking or picking certain properties from another type in TypeScript?
Originally Published Here ๐!
To easily make a new type by taking or picking certain properties from another type in TypeScript, you can use the Pick utility type and pass the name of the type you want to take the properties from as its first type ar...
melvingeorge-me.hashnode.dev2 min read