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

# Interface HostSoundCatalogItem

```typescript
interface HostSoundCatalogItem {
    contentType: string;
    name: string;
    originProjectId: string;
    ref: string;
    size: number;
    updatedAt: string;
}
```

Types: [contentType](#contenttype), [name](#name), [originProjectId](#originprojectid), [ref](#ref), [size](#size), [updatedAt](#updatedat)

##### Index

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

[contentType](#contenttype) [name](#name) [originProjectId](#originprojectid) [ref](#ref) [size](#size) [updatedAt](#updatedat)

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

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

```typescript
contentType: string
```

### <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
```
