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