Exercise #102: Generics In Classes
TypeScript Generics ยท 01-generics-intro
Goal

Goal: Make the class generic so `getProps` returns the correct type.

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