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

# Interface HostProjectIconCatalogSnapshot

```typescript
interface HostProjectIconCatalogSnapshot {
    collections: HostProjectIconCatalogCollections;
    items: HostProjectIconCatalogItem[];
    revision: string;
}
```

Types: [collections](#collections), [HostProjectIconCatalogCollections](core.HostProjectIconCatalogCollections.md), [items](#items), [HostProjectIconCatalogItem](core.HostProjectIconCatalogItem.md), [revision](#revision)

##### Index

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

[collections](#collections) [items](#items) [revision](#revision)

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

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

```typescript
collections: HostProjectIconCatalogCollections
```

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

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

```typescript
items: HostProjectIconCatalogItem[]
```

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

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

```typescript
revision: string
```
