Type alias OrReadonlyArray<TYPE>

OrReadonlyArray<TYPE>: TYPE | ReadonlyArray<TYPE>

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

Type Parameters

  • TYPE

Generated using TypeDoc