interface ExportTranslationMemoryAttribute {
    format: string;
    sourceLanguageId: string;
    targetLanguageId: string;
}

Properties

format: string
sourceLanguageId: string
targetLanguageId: string