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

# Interface GitDiffResult

```typescript
interface GitDiffResult {
    diff: string;
    truncated: boolean;
}
```

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

##### Index

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

[diff](#diff) [truncated](#truncated)

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

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

```typescript
diff: string
```

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

```typescript
truncated: boolean
```
