<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)

