# dca.typing.Shape

[[[Source]]](https://github.com/google-research/dataclass_array/tree/main/dataclass_array/typing.py#L57)



```python
Shape = Tuple[int, ...]
```