@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 739 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[extraParams?](./x-types.extraparamsrequest.extraparams.md)
</td><td>
</td><td>
{ \[key: string\]: unknown; }
</td><td>
_(Optional)_
</td></tr>
</tbody></table>