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