@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 701 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [Identifiable](./x-types.identifiable.md)
## Identifiable interface
Represents an Object with id property.
**Signature:**
```typescript
export interface Identifiable<ID = string | number>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[id](./x-types.identifiable.id.md)
</td><td>
</td><td>
ID
</td><td>
A unique ID that identifies the Object.
</td></tr>
</tbody></table>