Exercise #102: Generics In Classes
TypeScript Generics ยท 01-generics-intro
Go back to exercises
Goal
Goal: Make the class generic so `getProps` returns the correct type.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.