Type alias PromiseOrValue<T>

PromiseOrValue<T>: T | Promise<T>

Type Parameters

  • T