Resolved type

Varning

Det här API:et är nu inaktuellt.

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

Rekursivt vecklas ut "väntad typ" och efterliknar beteendet hos await.

type Resolved<T> = Awaited<T>