@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 745 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TaggingXStoreModule](./x-components.taggingxstoremodule.md)
## TaggingXStoreModule type
Tagging type safe store module.
**Signature:**
```typescript
export type TaggingXStoreModule = XStoreModule<TaggingState, TaggingGetters, TaggingMutations, TaggingActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [TaggingState](./x-components.taggingstate.md)<!-- -->, [TaggingGetters](./x-components.tagginggetters.md)<!-- -->, [TaggingMutations](./x-components.taggingmutations.md)<!-- -->, [TaggingActions](./x-components.taggingactions.md)