mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:11:10 +00:00
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export {
|
|
generateImage,
|
|
listRuntimeImageGenerationProviders,
|
|
type GenerateImageParams,
|
|
type GenerateImageRuntimeResult,
|
|
} from "../plugin-sdk/image-generation-runtime.js";
|