@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 587 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnyMutationsTree](./x-components.anymutationstree.md)
## AnyMutationsTree type
Alias for any mutations tree. Use only when the concrete type does not matter.
**Signature:**
```typescript
export type AnyMutationsTree = MutationsTree<Dictionary, MutationsDictionary<any>>;
```
**References:** [MutationsTree](./x-components.mutationstree.md)<!-- -->, [MutationsDictionary](./x-components.mutationsdictionary.md)