Awaitable

No summary provided.
declare type Awaitable<T> = Promise<T> | T;