# ChangelogJob

**Kind:** Type

**Source:** [`atloria-monorepo/apps/api/src/changelog/changelog.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/changelog/changelog.types.ts#L50)

Jobs on the 'changelog' BullMQ queue. jobIds never contain ':' (BullMQ rejects it).

## Definition

```ts
| { type: 'summarize'; entryId: string }
  | { type: 'fanout'; entryId: string }
```
