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

# Interface ExternalWriteTextResult

```typescript
interface ExternalWriteTextResult {
    created: boolean;
    sha256: string;
}
```

Types: [created](#created), [sha256](#sha256)

##### Index

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

[created](#created) [sha256](#sha256)

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

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

```typescript
created: boolean
```

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

```typescript
sha256: string
```
