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

# Type Alias ProjectCommandJsonValue

```typescript
ProjectCommandJsonValue:
    | null
    | boolean
    | number
    | string
    | readonly ProjectCommandJsonValue[]
    | ProjectCommandJsonObject
```

Types: ProjectCommandJsonValue, [ProjectCommandJsonObject](../interfaces/core.Supporting_types.ProjectCommandJsonObject.md)
