# PmeJob

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/stores/pmeStore.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/stores/pmeStore.ts#L12)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `projectId` | `string` |
| `status` | `PmeJobStatus` |
| `progress` | `number` |
| `stage` | `string` |
| `message` | `string` |
| `error` | `string` |
| `pages` | `PmePage[]` |
| `createdAt` | `string` |
| `completedAt` | `string` |
