# dca.typing.DcT

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



```python
DcT = TypeVar('DcT', bound='array_dataclass.DataclassArray')
```