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

# Interface GitExternalShowArgs

```typescript
interface GitExternalShowArgs {
    sha: string;
    slotId: string;
}
```

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

##### Index

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

[sha](#sha) [slotId](#slotid)

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

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

```typescript
sha: string
```

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

```typescript
slotId: string
```
