@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 767 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [RelatedPromptsResponse](./x-types.relatedpromptsresponse.md)
## RelatedPromptsResponse interface
Response for the related prompts endpoint.
**Signature:**
```typescript
export interface RelatedPromptsResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[relatedPrompts](./x-types.relatedpromptsresponse.relatedprompts.md)
</td><td>
</td><td>
[RelatedPrompt](./x-types.relatedprompt.md)<!-- -->\[\]
</td><td>
</td></tr>
</tbody></table>