# dca.typing.Axes

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

One or multiple axis. `None` indicate all axes. This is the type of
.mean(axis=...)

```python
Axes = Union[None, Shape, int]
```