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

# Interface ProjectCommandLocalContext

```typescript
interface ProjectCommandLocalContext {
    content: string;
    kind: "source-range" | "selection" | "chat-transcript";
}
```

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

##### Index

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

[content](#content) [kind](#kind)

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

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

```typescript
content: string
```

### <a id="kind"></a>`Readonly`kind

```typescript
kind: "source-range" | "selection" | "chat-transcript"
```
