type AnyVideoAdapter = VideoAdapter<any, any, any, any>;type AnyVideoAdapter = VideoAdapter<any, any, any, any>;Defined in: packages/typescript/ai/src/activities/generateVideo/adapter.ts:81
A VideoAdapter with any/unknown type parameters. Useful as a constraint in generic functions and interfaces.