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

# Interface HostProjectIconSetInput

```typescript
interface HostProjectIconSetInput {
    iconRef: string | null;
    projectId: string;
}
```

Types: [iconRef](#iconref), [projectId](#projectid)

##### Index

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

[iconRef](#iconref) [projectId](#projectid)

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

### <a id="iconref"></a>iconRef

```typescript
iconRef: string | null
```

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

```typescript
projectId: string
```
