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 215 B
import type { DpiConfig } from './dpi-config.js'; /** * Representation of the 'MaskingProviderConfig' schema. */ export type MaskingProviderConfig = DpiConfig; //# sourceMappingURL=masking-provider-config.d.ts.map