This symbol is a type alias.
Source:
NestedArray = Union[
numpy.ndarray,
int,
float,
str,
bool,
tensorflow.python.framework.ops.EagerTensor,
Iterable[ForwardRef('NestedArray')],
Mapping[str, ForwardRef('NestedArray')]
]