Type Alias Promisable<TValue>

Promisable<TValue>: TValue | Promise<TValue>

Type Parameters

  • TValue