# DocsCrJobType

**Kind:** Type

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

One change-request lifecycle job: branch staging, merge writeback, diff refresh, or the
conflict-resolution restage. Every job carries only the crId — state lives on the row.

## Definition

```ts
'cr-open' | 'cr-merge' | 'cr-refresh' | 'cr-restage'
```
