@empathyco/x-components
Version:
Empathy X Components
79 lines (36 loc) • 1.26 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [InternalSearchResponse](./x-components.internalsearchresponse.md)
## InternalSearchResponse interface
An internal search response containing the [InternalSearchRequest](./x-components.internalsearchrequest.md) performed to get a [SearchResponse](./x-types.searchresponse.md) and its [RequestStatus](./x-components.requeststatus.md)<!-- -->.
**Signature:**
```typescript
export interface InternalSearchResponse extends SearchResponse
```
**Extends:** SearchResponse
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[request](./x-components.internalsearchresponse.request.md)
</td><td>
</td><td>
[InternalSearchRequest](./x-components.internalsearchrequest.md)
</td><td>
The search request.
</td></tr>
<tr><td>
[status](./x-components.internalsearchresponse.status.md)
</td><td>
</td><td>
[RequestStatus](./x-components.requeststatus.md)
</td><td>
The response status.
</td></tr>
</tbody></table>