@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 660 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [AiXStoreModule](./x-components.aixstoremodule.md)
## AiXStoreModule type
AI type safe store module.
**Signature:**
```typescript
export type AiXStoreModule = XStoreModule<AiState, AiGetters, AiMutations, AiActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [AiState](./x-components.aistate.md)<!-- -->, [AiGetters](./x-components.aigetters.md)<!-- -->, [AiMutations](./x-components.aimutations.md)<!-- -->, [AiActions](./x-components.aiactions.md)