<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UrlXStoreModule](./x-components.urlxstoremodule.md)

## UrlXStoreModule type

URL type safe store module.

**Signature:**

```typescript
export type UrlXStoreModule = XStoreModule<UrlState, UrlGetters, UrlMutations, UrlActions>;
```
**References:** [XStoreModule](./x-components.xstoremodule.md)<!-- -->, [UrlState](./x-components.urlstate.md)<!-- -->, [UrlGetters](./x-components.urlgetters.md)<!-- -->, [UrlMutations](./x-components.urlmutations.md)<!-- -->, [UrlActions](./x-components.urlactions.md)

