mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:34:03 +02:00
12 lines
325 B
TypeScript
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";
|