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

# Interface HostProjectIconAssignment

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

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

##### Index

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

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

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

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

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

### <a id="previousiconref"></a>previousIconRef

```typescript
previousIconRef: string | null
```

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

```typescript
projectId: string
```
