AwaitableSummaryRepresents a type that may or may not be a promisetype Awaitable<T> = PromiseLike<T> | T;type Awaitable<T> = PromiseLike<T> | T;Type ParametersNameConstraintsOptionalDefaultDescriptionTNoNone