<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AnyXModule](./x-components.anyxmodule.md)

## AnyXModule type

Alias for any XModule. Use with caution.

**Signature:**

```typescript
export type AnyXModule = XModule<AnyXStoreModule>;
```
**References:** [XModule](./x-components.xmodule.md)<!-- -->, [AnyXStoreModule](./x-components.anyxstoremodule.md)

