TanStack

AnyTranscriptionAdapter

Type Alias: AnyTranscriptionAdapter

ts
type AnyTranscriptionAdapter = TranscriptionAdapter<any, any>;

Defined in: packages/ai/src/activities/generateTranscription/adapter.ts:54

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