<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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>

