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