Which TypeScript utility type picks a subset of properties from a type?
TypeScript AssociateEasy
TypeScript Associate — Easy
Which TypeScript utility type picks a subset of properties from a type?
Explanation
The TypeScript utility type that picks a subset of properties from a type is called "Pick." This allows you to select specific properties from a type to create a new type.