Type alias Await<T>

Await<T>: Promise<T> | T

A value or a promise of a value

Type Parameters

  • T