# ScreenshotInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/cli/src/utils/screenshot-storage.helper.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/utils/screenshot-storage.helper.ts#L16)

## Properties

| Property | Type |
|---|---|
| `localPath` | `string` |
| `pageId` | `string` |
| `route` | `string` |
| `url` | `string` |
| `formState` | `string` |
| `description` | `string` |
| `viewport` | `{ width: number; height: number }` |
