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

# Interface SiteSourceRevision

```typescript
interface SiteSourceRevision {
    branchLabel: string | null;
    commitSha: string;
    commitSubject: string;
}
```

Types: [branchLabel](#branchlabel), [commitSha](#commitsha), [commitSubject](#commitsubject)

##### Index

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

[branchLabel](#branchlabel) [commitSha](#commitsha) [commitSubject](#commitsubject)

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

### <a id="branchlabel"></a>branchLabel

```typescript
branchLabel: string | null
```

### <a id="commitsha"></a>commitSha

```typescript
commitSha: string
```

Full commit SHA of the committed project tree.

### <a id="commitsubject"></a>commitSubject

```typescript
commitSubject: string
```
