# DocumentRevision

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-react/src/types/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-react/src/types/api-client.ts#L77)

Document revision — snapshot of a document at a point in time

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `documentId` | `string` |
| `version` | `number` |
| `content` | `string` |
| `title` | `string` |
| `createdAt` | `string` |
| `createdBy` | `{
    id: string;
    name: string;
    email: string;
  } | null` |
