# TestCollaborationSession

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts#L202)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `documentId` | `string` |
| `users` | `{
    id: string;
    name: string;
    color: string;
    cursor?: { x: number; y: number };
  }[]` |
| `createdAt` | `string` |
