UNPKG

@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**.

10 lines 456 B
import type { AiId } from './ai-id.js'; import type { AiExecutionScheduleDeletionResponseMessage } from './ai-execution-schedule-deletion-response-message.js'; /** * Representation of the 'AiExecutionScheduleDeletionResponse' schema. */ export type AiExecutionScheduleDeletionResponse = { id: AiId; message: AiExecutionScheduleDeletionResponseMessage; } & Record<string, any>; //# sourceMappingURL=ai-execution-schedule-deletion-response.d.ts.map