<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)

