@sap-ai-sdk/ai-api
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
7 lines • 423 B
TypeScript
import type { AiDeploymentModificationResponse } from './ai-deployment-modification-response.js';
import type { AiApiErrorWithId } from './ai-api-error-with-id.js';
/**
* Representation of the 'AiDeploymentModificationResponseList' schema.
*/
export type AiDeploymentModificationResponseList = (AiDeploymentModificationResponse | AiApiErrorWithId)[];
//# sourceMappingURL=ai-deployment-modification-response-list.d.ts.map