Type Alias PromiseOrValue<T>

PromiseOrValue: T | Promise<T>

Type Parameters

  • T