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

# Interface ProjectCommandLocalRunOptions

```typescript
interface ProjectCommandLocalRunOptions {
    localContext: ProjectCommandLocalContext;
}
```

Types: [localContext](#localcontext), [ProjectCommandLocalContext](core.ProjectCommandLocalContext.md)

##### Index

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

[localContext](#localcontext)

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

### <a id="localcontext"></a>`Readonly`localContext

```typescript
localContext: ProjectCommandLocalContext
```

Types: [ProjectCommandLocalContext](core.ProjectCommandLocalContext.md)
