mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 10:18:15 +00:00
8 lines
227 B
TypeScript
8 lines
227 B
TypeScript
// Video Generation Core API module exposes the plugin public contract.
|
|
export {
|
|
generateVideo,
|
|
listRuntimeVideoGenerationProviders,
|
|
type GenerateVideoParams,
|
|
type GenerateVideoRuntimeResult,
|
|
} from "./src/runtime.js";
|