@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 613 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AnyXStoreModuleOption](./x-components.anyxstoremoduleoption.md)
## AnyXStoreModuleOption type
Alias for any store module option. Use only when you don't care about the module concrete type.
**Signature:**
```typescript
export type AnyXStoreModuleOption = XStoreModuleOptions<AnyXStoreModule>;
```
**References:** [XStoreModuleOptions](./x-components.xstoremoduleoptions.md)<!-- -->, [AnyXStoreModule](./x-components.anyxstoremodule.md)