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

# Interface HostSoundCatalogSnapshot

```typescript
interface HostSoundCatalogSnapshot {
    revision: string;
    sounds: HostSoundCatalogItem[];
}
```

Types: [revision](#revision), [sounds](#sounds), [HostSoundCatalogItem](core.HostSoundCatalogItem.md)

##### Index

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

[revision](#revision) [sounds](#sounds)

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

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

```typescript
revision: string
```

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

```typescript
sounds: HostSoundCatalogItem[]
```

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