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

# Interface FilesEditSessionReturnTo

```typescript
interface FilesEditSessionReturnTo {
    path?: string;
    projectId?: string;
}
```

Types: [path](#path), [projectId](#projectid)

##### Index

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

[path?](#path) [projectId?](#projectid)

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

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

```typescript
path?: string
```

App path to navigate back to after close.

### <a id="projectid"></a>`Optional`projectId

```typescript
projectId?: string
```

Defaults to the project that opened the session.
