@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 • 406 B
TypeScript
import type { AiId } from './ai-id.js';
import type { AiExecutionDeletionResponseMessage } from './ai-execution-deletion-response-message.js';
/**
* Representation of the 'AiExecutionDeletionResponse' schema.
*/
export type AiExecutionDeletionResponse = {
id: AiId;
message: AiExecutionDeletionResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=ai-execution-deletion-response.d.ts.map