# AnyVideoAdapter

# Type Alias: AnyVideoAdapter

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

Defined in: [packages/typescript/ai/src/activities/generateVideo/adapter.ts:81](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/activities/generateVideo/adapter.ts#L81)

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