Exercise #7: Exclude From Discriminated Union
Type Transformations ยท 02-unions-and-indexing
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Remove the "keydown" member from the union using a standard utility type.
Check Solution
Run "Check Solution" to validate your code in the browser.