# AnyTTSAdapter

# Type Alias: AnyTTSAdapter

```ts
type AnyTTSAdapter = TTSAdapter<any, any>;
```

Defined in: [packages/typescript/ai/src/activities/generateSpeech/adapter.ts:52](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/generateSpeech/adapter.ts#L52)

A TTSAdapter with any/unknown type parameters.
Useful as a constraint in generic functions and interfaces.
