TanStack

AnyTTSAdapter

Type Alias: AnyTTSAdapter

ts
type AnyTTSAdapter = TTSAdapter<any, any>;

Defined in: packages/ai/src/activities/generateSpeech/adapter.ts:52

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