@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) > [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)