Type alias PromiseOrValue<T>

PromiseOrValue<T>: Promise<T> | T

Type Parameters

  • T

Generated using TypeDoc