<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DeviceXStoreModule](./x-components.devicexstoremodule.md)

## DeviceXStoreModule type

Device type safe store module.

**Signature:**

```typescript
export type DeviceXStoreModule = XStoreModule<DeviceState, DeviceGetters, DeviceMutations, DeviceActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [DeviceState](./x-components.devicestate.md)<!-- -->, [DeviceGetters](./x-components.devicegetters.md)<!-- -->, [DeviceMutations](./x-components.devicemutations.md)<!-- -->, [DeviceActions](./x-components.deviceactions.md)

