# JobHistoryProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/DocAutomation/JobHistory.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/DocAutomation/JobHistory.tsx#L27)

## Properties

| Property | Type |
|---|---|
| `jobs` | `DocumentationJobEntry[]` |
| `loading` | `boolean` |
| `error` | `Error | null` |
| `liveProgress` | `Record<string, LiveJobProgress>` |
| `projectId` | `string` |
| `onRegenerate` | `(projectId: string) => Promise<void>` |
| `onCancelJob` | `(jobId: string) => Promise<void>` |
| `onDeleteJobDocuments` | `(jobId: string) => void` |
| `onRefresh` | `() => void` |
