> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.ExternalGitDiffResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface ExternalGitDiffResult

```typescript
interface ExternalGitDiffResult {
    diff: string;
    path: string;
}
```

Types: [diff](#diff), [path](#path)

##### Index

### <a id="properties"></a>Properties

[diff](#diff) [path](#path)

## <a id="properties-1"></a>Properties

### <a id="diff"></a>diff

```typescript
diff: string
```

### <a id="path"></a>path

```typescript
path: string
```

Slot-relative path, echoed back.
