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

# Interface SharedWriteResult

Resolved identity of a path-addressed shared write (spec §19 write API).

```typescript
interface SharedWriteResult {
    path: string;
}
```

Types: [path](#path)

##### Index

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

[path](#path)

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

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

```typescript
path: string
```

Shared-root-relative path the bytes landed at (your own subtree).
