UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

6 lines 378 B
import type { SAPDocumentTranslationApplyToSelector } from './sap-document-translation-apply-to-selector.js'; /** * Representation of the 'SAPDocumentTranslationOutputTargetLanguage' schema. */ export type SAPDocumentTranslationOutputTargetLanguage = string | SAPDocumentTranslationApplyToSelector; //# sourceMappingURL=sap-document-translation-output-target-language.d.ts.map