@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 715 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [ResultIdentifier](./x-types.resultidentifier.md)
## ResultIdentifier interface
The client result identifier (SKU, MOCACO, a simple ID...).
**Signature:**
```typescript
export interface ResultIdentifier
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[value](./x-types.resultidentifier.value.md)
</td><td>
</td><td>
string
</td><td>
Result identifier value.
</td></tr>
</tbody></table>