Exercise #3: Awaited
Type Transformations ยท 01-inference-basics
Goal

Goal: Convert the promise return type of `getUser` into its resolved value without changing the function itself.

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