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