@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 684 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnyActionsTree](./x-components.anyactionstree.md)
## AnyActionsTree type
Alias for any actions tree. Use only when you really don't care about the actions type.
**Signature:**
```typescript
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
```
**References:** [ActionsTree](./x-components.actionstree.md)<!-- -->, [MutationsDictionary](./x-components.mutationsdictionary.md)<!-- -->, [ActionsDictionary](./x-components.actionsdictionary.md)