Exercise #110: Typed Object Keys
TypeScript Generics ยท 03-art-of-type-arguments
Goal

Goal: Make `typedObjectKeys` return a union of the object's keys.

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