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

# Interface FilesPublishResult

```typescript
interface FilesPublishResult {
    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
```

The Files library path the file landed at (deduped against existing names).

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

```typescript
publicId: string
```

The created `files.file` entity id.
