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