@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 813 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExtraParamsXStoreModule](./x-components.extraparamsxstoremodule.md)
## ExtraParamsXStoreModule type
ExtraParams type safe store module.
**Signature:**
```typescript
export type ExtraParamsXStoreModule = XStoreModule<ExtraParamsState, ExtraParamsGetters, ExtraParamsMutations, ExtraParamsActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [ExtraParamsState](./x-components.extraparamsstate.md)<!-- -->, [ExtraParamsGetters](./x-components.extraparamsgetters.md)<!-- -->, [ExtraParamsMutations](./x-components.extraparamsmutations.md)<!-- -->, [ExtraParamsActions](./x-components.extraparamsactions.md)