@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 437 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)