Awaitableexport type Awaitable<Value> = PromiseLike<Value> | Value;export type Awaitable<Value> = PromiseLike<Value> | Value;SummaryRepresents a type that may or may not be a promise
Awaitableexport type Awaitable<Value> = PromiseLike<Value> | Value;export type Awaitable<Value> = PromiseLike<Value> | Value;SummaryRepresents a type that may or may not be a promise