···6060export interface ContentTranslationPreferences {
6161 /** Whether translations are enabled */
6262 enabled: boolean;
6363- /** Whether translations should be proxied */
6464- proxy: boolean;
6363+ /** URLs to Basa translate proxy instances */
6464+ instances: string[];
6565 /** Translate content to this language */
6666 to: 'system' | (string & {});
6767 /** Don't offer to translate on these languages */