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

# Interface SharedPutArgs

```typescript
interface SharedPutArgs {
    content: string | Uint8Array<ArrayBufferLike>;
    name?: string;
}
```

Types: [content](#content), [name](#name)

##### Index

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

[content](#content) [name?](#name)

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

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

```typescript
content: string | Uint8Array<ArrayBufferLike>
```

Bytes (binary) or text to store. The host writes them verbatim.

### <a id="name"></a>`Optional`name

```typescript
name?: string
```

Optional basename hint; the host sanitizes it into the opaque segment.
