# ParseJobPayload

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L262)

Job payload for parse queue

## Properties

| Property | Type |
|---|---|
| `jobId` | `string` |
| `projectId` | `string` |
| `files` | `string[]` |
| `parserType` | `string` |
| `config` | `Record<string, unknown>` |
| `priority` | `number` |
| `createdAt` | `Date` |
