AwaitableSummaryNo summary provided.declare type Awaitable<T> = Promise<T> | T;Type ParametersNameConstraintsOptionalDefaultDescriptionTNoNone