# UploadProgress

**Kind:** Interface

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

Upload progress update

## Properties

| Property | Type |
|---|---|
| `phase` | `'screenshots' | 'categories' | 'documents'` |
| `current` | `number` |
| `total` | `number` |
| `currentItem` | `string` |
| `percentage` | `number` |
| `message` | `string` |
