# NewTreeEntry

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

A new-tree entry: content-bearing (sha) or a deletion (sha: null).

## Properties

| Property | Type |
|---|---|
| `path` | `string` |
| `mode` | `string` |
| `type` | `'blob'` |
| `sha` | `string | null` |
