# CollaborationUser

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/collaboration/interfaces/collaboration.interfaces.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/collaboration/interfaces/collaboration.interfaces.ts#L8)

Interfaces and types for real-time collaboration module

## Properties

| Property | Type |
|---|---|
| `userId` | `string` |
| `userName` | `string` |
| `email` | `string` |
| `avatar` | `string` |
| `color` | `string` |
