Represents a type T that may also be null or undefined. Commonly used to annotate values that may be missing or uninitialized.
T
null
undefined
Represents a type
T
that may also benull
orundefined
. Commonly used to annotate values that may be missing or uninitialized.