# CapturedScreenshot

**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#L241)

Captured screenshot with hashes for deduplication

## Properties

| Property | Type |
|---|---|
| `placeholderId` | `string` |
| `description` | `string` |
| `localPath` | `string` |
| `blobUrl` | `string` |
| `contentHash` | `string` |
| `perceptualHash` | `string` |
| `dimensions` | `{ width: number; height: number }` |
| `fileSize` | `number` |
| `format` | `'png' | 'jpeg' | 'webp'` |
| `capturedAt` | `Date` |
| `uploadedAt` | `Date` |
| `isNew` | `boolean` |
| `reusedFromId` | `string` |
| `reusedFromUrl` | `string` |
| `parentPlaceholderId` | `string` |
| `sequenceOrder` | `number` |
