@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 483 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)