UNPKG

@sap-ai-sdk/prompt-registry

Version:

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

9 lines 374 B
import type { OrchestrationConfigGetResponse } from './orchestration-config-get-response.js'; /** * Representation of the 'OrchestrationConfigListResponse' schema. */ export type OrchestrationConfigListResponse = { count: number; resources: OrchestrationConfigGetResponse[]; } & Record<string, any>; //# sourceMappingURL=orchestration-config-list-response.d.ts.map