@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 682 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [ResultRating](./x-types.resultrating.md)
## ResultRating interface
The result rating.
**Signature:**
```typescript
export interface ResultRating
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[value](./x-types.resultrating.value.md)
</td><td>
</td><td>
number \| null
</td><td>
The value of the rating. `null` means unset.
</td></tr>
</tbody></table>