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

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

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