interface AiPromptConfigBasicPreTranslate {
    audienceDescription?: string;
    companyDescription?: string;
    customPlaceholders?: string[];
    fileContent?: boolean;
    fileContext?: boolean;
    glossaryTerms?: boolean;
    mode: "basic";
    organizationContext?: boolean;
    otherLanguageTranslations?: AiPromptConfigBasicOtherLanguageTranslations;
    projectContext?: boolean;
    projectDescription?: string;
    publicProjectDescription?: boolean;
    screenshots?: boolean;
    siblingsStrings?: boolean;
    tmSuggestions?: boolean;
}

Properties

audienceDescription?: string
companyDescription?: string
customPlaceholders?: string[]
fileContent?: boolean
fileContext?: boolean
glossaryTerms?: boolean
mode
organizationContext?: boolean
projectContext?: boolean
projectDescription?: string
publicProjectDescription?: boolean

Use projectContext instead.

screenshots?: boolean
siblingsStrings?: boolean
tmSuggestions?: boolean