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

# Interface SharedPutResult

Resolved identity of a `shared.put` (spec §19 write API).

```typescript
interface SharedPutResult {
    path: string;
    url: string;
}
```

Types: [path](#path), [url](#url)

##### Index

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

[path](#path) [url](#url)

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

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

```typescript
path: string
```

Shared-root-relative path the host minted (opaque, collision-free).

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

```typescript
url: string
```

Opaque `assets://asset_...` reference URL for the same bytes.
