TanStack

AnyVideoAdapter

Type Alias: AnyVideoAdapter

ts
type AnyVideoAdapter = VideoAdapter<any, any, any, any, any, any>;

Defined in: packages/ai/src/activities/generateVideo/adapter.ts:132

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