Interface AiPromptConfigBasicOtherLanguageTranslations

interface AiPromptConfigBasicOtherLanguageTranslations {
    isEnabled?: boolean;
    languageIds?: string[];
}

Properties

isEnabled?: boolean
languageIds?: string[]