type AnyTTSAdapter = TTSAdapter<any, any>;type AnyTTSAdapter = TTSAdapter<any, any>;Defined in: packages/typescript/ai/src/activities/generateSpeech/adapter.ts:52
A TTSAdapter with any/unknown type parameters. Useful as a constraint in generic functions and interfaces.