Exercise #45: Mutually Exclusive Properties
Type Transformations ยท 06-challenges
Goal

Goal: Transform an object type into a union of single-property objects, so only one attribute can exist at a time.

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