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

# Interface HostProjectIconCatalogItem

```typescript
interface HostProjectIconCatalogItem {
    contentType: string;
    createdAt: string;
    kind: "project-icon";
    name: string;
    originProjectId: string;
    ref: string;
    size: number;
    updatedAt: string;
    updateMode: "snapshot" | "live";
}
```

Types: [contentType](#contenttype), [createdAt](#createdat), [kind](#kind), [name](#name), [originProjectId](#originprojectid), [ref](#ref), [size](#size), [updatedAt](#updatedat), [updateMode](#updatemode)

##### Index

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

[contentType](#contenttype) [createdAt](#createdat) [kind](#kind) [name](#name) [originProjectId](#originprojectid) [ref](#ref) [size](#size) [updatedAt](#updatedat) [updateMode](#updatemode)

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

### <a id="contenttype"></a>contentType

```typescript
contentType: string
```

### <a id="createdat"></a>createdAt

```typescript
createdAt: string
```

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

```typescript
kind: "project-icon"
```

### <a id="name"></a>name

```typescript
name: string
```

### <a id="originprojectid"></a>originProjectId

```typescript
originProjectId: string
```

### <a id="ref"></a>ref

```typescript
ref: string
```

### <a id="size"></a>size

```typescript
size: number
```

### <a id="updatedat"></a>updatedAt

```typescript
updatedAt: string
```

### <a id="updatemode"></a>updateMode

```typescript
updateMode: "snapshot" | "live"
```
