# RemoteChangedFile

**Kind:** Interface

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

One changed file from the compare API (statuses per GitHub).

## Properties

| Property | Type |
|---|---|
| `filename` | `string` |
| `status` | `'added' | 'modified' | 'removed' | 'renamed' | 'copied' | 'changed' | 'unchanged'` |
| `previous_filename` | `string` |
