# CrCommittedFile

**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#L23)

files once the branch is committed: content lives in git; the row keeps the path mapping.
documentId is null for a createPath entry until the merge creates the Document.

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `documentId` | `string | null` |
| `createPath` | `string` |
| `delete` | `boolean` |
