Exercise #33: Get Result From Async Function
Type Transformations ยท 04-conditional-types-and-infer
Goal

Goal: From an async function type, infer the `props` object inside its resolved return value.

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