TanStack

AnyLiveVideoAdapter

ts
type AnyLiveVideoAdapter = LiveVideoAdapter<any, any>;

Defined in: packages/ai/src/activities/generateLiveVideo/adapter.ts:64

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