Type alias OrPromise<TYPE>

OrPromise<TYPE>: TYPE | Promise<TYPE>

Type that represents the input type or the input type in a promise.

Type Parameters

  • TYPE

Generated using TypeDoc