<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UrlParamKey](./x-components.urlparamkey.md)

## UrlParamKey type

The key of the parameter to store in the URL.

**Signature:**

```typescript
export type UrlParamKey = Extract<keyof UrlParams, string>;
```
**References:** [UrlParams](./x-components.urlparams.md)

