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