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