# CloneResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/code-analyzer/src/app/git/git.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/code-analyzer/src/app/git/git.service.ts#L20)

## Properties

| Property | Type |
|---|---|
| `clonePath` | `string` |
| `targetPath` | `string` |
| `repoUrl` | `string` |
| `branch` | `string` |
| `folderPath` | `string` |
