Exercise #1: Get Function Return Type
Type Transformations ยท 01-inference-basics
Goal

Goal: Use a built-in utility type to infer a function's return type from the value `myFunc`, then assign that inferred type to `MyFuncReturn`.

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