@empathyco/x-components
Version:
Empathy X Components
21 lines (12 loc) • 582 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [ExtraParamsRequest](./x-types.extraparamsrequest.md)
## ExtraParamsRequest interface
Interface to support extra params in any request.
**Signature:**
```typescript
export interface ExtraParamsRequest
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [extraParams?](./x-types.extraparamsrequest.extraparams.md) | | { \[key: string\]: unknown; } | _(Optional)_ |