<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AnyGettersTree](./x-components.anygetterstree.md)

## AnyGettersTree type

Alias for any getters tree. Use only when you don't care about the type.

**Signature:**

```typescript
export type AnyGettersTree = GettersTree<Dictionary, Dictionary>;
```
**References:** [GettersTree](./x-components.getterstree.md)

