Exercise #6: Extract From Discriminated Union
Type Transformations ยท 02-unions-and-indexing
Goal

Goal: Narrow the discriminated union to only the member with type "click" using a standard utility type.

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