type AnyTranscriptionAdapter = TranscriptionAdapter<any, any>;type AnyTranscriptionAdapter = TranscriptionAdapter<any, any>;Defined in: packages/typescript/ai/src/activities/generateTranscription/adapter.ts:54
A TranscriptionAdapter with any/unknown type parameters. Useful as a constraint in generic functions and interfaces.