@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 798 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueryPreviewStatusPayload](./x-components.querypreviewstatuspayload.md)
## QueryPreviewStatusPayload interface
Payload to use in the `setStatus` mutation.
**Signature:**
```typescript
export interface QueryPreviewStatusPayload
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [queryPreviewHash](./x-components.querypreviewstatuspayload.querypreviewhash.md) | | string | The query hash whose request status to modify. |
| [status](./x-components.querypreviewstatuspayload.status.md) | | [RequestStatus](./x-components.requeststatus.md) | The new request status. |