@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 915 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [IdentifierResultsXStoreModule](./x-components.identifierresultsxstoremodule.md)
## IdentifierResultsXStoreModule type
IdentifierResults type safe store module.
**Signature:**
```typescript
export type IdentifierResultsXStoreModule = XStoreModule<IdentifierResultsState, IdentifierResultsGetters, IdentifierResultsMutations, IdentifierResultsActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [IdentifierResultsState](./x-components.identifierresultsstate.md)<!-- -->, [IdentifierResultsGetters](./x-components.identifierresultsgetters.md)<!-- -->, [IdentifierResultsMutations](./x-components.identifierresultsmutations.md)<!-- -->, [IdentifierResultsActions](./x-components.identifierresultsactions.md)