Files
openclaw/src/plugin-sdk/image-generation.ts
2026-04-05 15:13:20 +01:00

12 lines
325 B
TypeScript

// Public image-generation helpers and types for provider plugins.
export type {
GeneratedImageAsset,
ImageGenerationProvider,
ImageGenerationProviderConfiguredContext,
ImageGenerationResolution,
ImageGenerationRequest,
ImageGenerationResult,
ImageGenerationSourceImage,
} from "../image-generation/types.js";