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

# Interface ProjectSurfaceCloseResult

```typescript
interface ProjectSurfaceCloseResult {
    state: "closed";
    surfaceId: string;
}
```

Types: [state](#state), [surfaceId](#surfaceid)

##### Index

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

[state](#state) [surfaceId](#surfaceid)

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

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

```typescript
state: "closed"
```

### <a id="surfaceid"></a>surfaceId

```typescript
surfaceId: string
```
