Exercise #31: Infer With Generics
Type Transformations ยท 04-conditional-types-and-infer
Goal

Goal: Use `infer` with a conditional type to extract the 4th type parameter from `MyComplexInterface`.

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