Exercise #175: Medium Pickbytype
Type Challenges (Utility Types) ยท 03-medium
Goal

Goal: From `T`, pick a set of properties whose type are assignable to `U`. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/02595-medium-pickbytype Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-pickbytype.md

Run "Check Solution" to validate your code in the browser.