# TreeRow

> _Since v0.4.0_

Generic tree row with dynamic property access *

```ts
type TreeRow = Record<string, unknown>
```
