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

# Interface GitDiffInput

```typescript
interface GitDiffInput {
    path?: string;
    projectId: string;
    staged?: boolean;
}
```

Types: [path](#path), [projectId](#projectid), [staged](#staged)

##### Index

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

[path?](#path) [projectId](#projectid) [staged?](#staged)

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

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

```typescript
path?: string
```

Optional project-relative path.

### <a id="projectid"></a>projectId

```typescript
projectId: string
```

### <a id="staged"></a>`Optional`staged

```typescript
staged?: boolean
```
