UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

12 lines (11 loc) 523 B
/** * Default translations for AI generation properties and enum values. * These are automatically applied as fallback translations for all AI providers. * * Structure: * - Property translations: `ly.img.plugin-ai-generation-web.defaults.property.${property.id}` * - Enum value translations: `ly.img.plugin-ai-generation-web.defaults.property.${property.id}.${enumValue}` * * Based on actual OpenAPI Input schemas from all AI provider packages. */ export declare const defaultTranslations: Record<string, string>;