<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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>

