# CompletionSummaryProps

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `result` | `JobResult` |
| `projectSlug` | `string` |
| `projectId` | `string` |
| `onGenerateAgain` | `() => void` |
| `onViewDocs` | `() => void` |
| `screenshotProgress` | `{
    batchIndex: number;
    totalBatches: number;
    captured: number;
    totalMappings: number;
  } | null` |
| `onCancelScreenshots` | `() => void` |
