# MirrorResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/git-sync/mirror.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/mirror.service.ts#L16)

## Properties

| Property | Type |
|---|---|
| `status` | `'mirrored' | 'up-to-date' | 'skipped' | 'error'` |
| `reason` | `string` |
| `mirrorCommit` | `string` |
| `sourceCommit` | `string` |
| `changed` | `number` |
| `deleted` | `number` |
| `forcePushRecovered` | `boolean` |
