Resolved type

Warning

This API is now deprecated.

Use the built-in TypeScript <xref:Awaited> type instead.

Recursively unwraps the "awaited type", emulating the behavior of await.

type Resolved<T> = Awaited<T>