Type alias OrUndef<TYPE>

OrUndef<TYPE>: TYPE | undefined

Type that represents the input type or undefined.

Type Parameters

  • TYPE

Generated using TypeDoc