# CrPreviewFile

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/change-request/change-request.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/change-request/change-request.service.ts#L35)

B2 preview overlay: the rendered proposed body for one page, captured at open/restage time
(the worker already holds the content in hand) so the preview serving path never reads the PVC.
Built from the SAME content the branch commit carries → preview bytes == committed bytes.

## Properties

| Property | Type |
|---|---|
| `documentId` | `string` |
| `path` | `string` |
| `content` | `string` |
