@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 728 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchXStoreModule](./x-components.searchxstoremodule.md)
## SearchXStoreModule type
Search type safe store module.
**Signature:**
```typescript
export type SearchXStoreModule = XStoreModule<SearchState, SearchGetters, SearchMutations, SearchActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [SearchState](./x-components.searchstate.md)<!-- -->, [SearchGetters](./x-components.searchgetters.md)<!-- -->, [SearchMutations](./x-components.searchmutations.md)<!-- -->, [SearchActions](./x-components.searchactions.md)