@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 1.04 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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [request](./x-components.internalsearchresponse.request.md) | | [InternalSearchRequest](./x-components.internalsearchrequest.md) | The search request. |
| [status](./x-components.internalsearchresponse.status.md) | | [RequestStatus](./x-components.requeststatus.md) | The response status. |