@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 909 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [ExperienceControlsResponse](./x-types.experiencecontrolsresponse.md)
## ExperienceControlsResponse interface
Response for the experience controls endpoint.
**Signature:**
```typescript
export interface ExperienceControlsResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[controls](./x-types.experiencecontrolsresponse.controls.md)
</td><td>
</td><td>
Dictionary<unknown>
</td><td>
</td></tr>
<tr><td>
[events](./x-types.experiencecontrolsresponse.events.md)
</td><td>
</td><td>
Dictionary<unknown>
</td><td>
</td></tr>
</tbody></table>