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

# Interface PowerboxSaveResult

Files entry created by `files.save` (spec §19.4).

```typescript
interface PowerboxSaveResult {
    path: string;
    publicId?: string;
}
```

Types: [path](#path), [publicId](#publicid)

##### Index

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

[path](#path) [publicId?](#publicid)

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

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

```typescript
path: string
```

Files library path the file landed at.

### <a id="publicid"></a>`Optional`publicId

```typescript
publicId?: string
```

The created `files.file` entity id, when available.
