<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [InternalSearchRequest](./x-components.internalsearchrequest.md)

## InternalSearchRequest interface

An internal search request containing the page used to calculate the start and rows properties of a [SearchRequest](./x-types.searchrequest.md)<!-- -->.

**Signature:**

```typescript
export interface InternalSearchRequest extends SearchRequest 
```
**Extends:** SearchRequest

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[page](./x-components.internalsearchrequest.page.md)


</td><td>


</td><td>

number


</td><td>

The page number.


</td></tr>
</tbody></table>

