--- sidebar_label: Awaitable --- # Awaitable type **Signature:** ```typescript export declare type Awaitable = T | PromiseLike; ```