@empathyco/x-components
Version:
Empathy X Components
58 lines (27 loc) • 745 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [AiTasksRequest](./x-types.aitasksrequest.md)
## AiTasksRequest interface
Request for the task endpoint.
**Signature:**
```typescript
export interface AiTasksRequest extends ExtraParamsRequest
```
**Extends:** [ExtraParamsRequest](./x-types.extraparamsrequest.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[taskId](./x-types.aitasksrequest.taskid.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>