UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 798 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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. |