OtherAwaitableVersion: 25.3.0On this pageAwaitable type Signature export type Awaitable<T> = T | PromiseLike<T>;