# RemoteTreeEntry

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

One entry of a (recursive) git tree, as the mirror consumes it.

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `sha` | `string` |
| `type` | `'blob' | 'tree' | 'commit'` |
