mirror of https://github.com/openclaw/openclaw.git
12 lines
325 B
TypeScript
12 lines
325 B
TypeScript
// Public video-generation helpers and types for provider plugins.
|
|
|
|
export type {
|
|
GeneratedVideoAsset,
|
|
VideoGenerationProvider,
|
|
VideoGenerationProviderConfiguredContext,
|
|
VideoGenerationRequest,
|
|
VideoGenerationResolution,
|
|
VideoGenerationResult,
|
|
VideoGenerationSourceAsset,
|
|
} from "../video-generation/types.js";
|