Exercise #33: Get Result From Async Function
Type Transformations ยท 04-conditional-types-and-infer
Go back to exercises
Open in TypeScript Playground
Goal
Goal: From an async function type, infer the `props` object inside its resolved return value.
Check Solution
Run "Check Solution" to validate your code in the browser.