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

# Interface HostSoundTargetsResult

```typescript
interface HostSoundTargetsResult {
    slots: HostSoundTarget[];
}
```

Types: [slots](#slots), [HostSoundTarget](core.HostSoundTarget.md)

##### Index

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

[slots](#slots)

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

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

```typescript
slots: HostSoundTarget[]
```

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