<!-- 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

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [id](./x-types.identifiable.id.md) |  | ID | A unique ID that identifies the Object. |

