@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 • 602 B
TypeScript
import type { BckndServiceServiceCatalogItemExtendCatalog } from './bcknd-service-service-catalog-item-extend-catalog.js';
import type { BckndServiceServiceCatalogItemExtendCredentials } from './bcknd-service-service-catalog-item-extend-credentials.js';
/**
* Representation of the 'BckndServiceServiceCatalogItem' schema.
*/
export type BckndServiceServiceCatalogItem = {
extendCatalog?: BckndServiceServiceCatalogItemExtendCatalog;
extendCredentials?: BckndServiceServiceCatalogItemExtendCredentials;
} & Record<string, any>;
//# sourceMappingURL=bcknd-service-service-catalog-item.d.ts.map