# ScreenshotRegistry

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts#L58)

Registry of all screenshot placeholders for a job

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `configId` | `string` |
| `jobId` | `string` |
| `totalPlaceholders` | `number` |
| `uniqueDescriptions` | `number` |
| `placeholders` | `ScreenshotPlaceholder[]` |
| `urlGroups` | `UrlGroup[]` |
| `stats` | `ScreenshotStats` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
