Resolved type

警告

此 API 現已淘汰。

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

遞迴展開「等待型態」,模擬 的 await行為。

type Resolved<T> = Awaited<T>