Type alias OrArray<TYPE>

OrArray<TYPE>: TYPE | TYPE[]

Type that represents the input type or the input type as an array.

Type Parameters

  • TYPE

Generated using TypeDoc