Resolved type

Ostrzeżenie

Ten interfejs API jest już przestarzały.

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

Rekurencyjnie rozwija "typ oczekiwany", emulując zachowanie .await

type Resolved<T> = Awaited<T>