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

Goal: Implement the type of `just-flip-object`. Examples: No need to support nested objects and values which cannot be object keys such as arrays. Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/04179-medium-flip Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/medium-flip.md

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