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

# Interface GitExternalDiffFileArgs

```typescript
interface GitExternalDiffFileArgs {
    path: string;
    slotId: string;
}
```

Types: [path](#path), [slotId](#slotid)

##### Index

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

[path](#path) [slotId](#slotid)

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

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

```typescript
path: string
```

Slot-relative file path.

### <a id="slotid"></a>slotId

```typescript
slotId: string
```
