<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AnyXStoreModule](./x-components.anyxstoremodule.md)

## AnyXStoreModule type

Alias for an [XStoreModule](./x-components.xstoremodule.md) with any type. Use only when the state, getters, mutations and actions are not relevant.

**Signature:**

```typescript
export type AnyXStoreModule = XStoreModule<any, any, any, any>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)

