@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 • 360 B
TypeScript
/**
* Representation of the 'BckndServiceServicePlanItemMetadata' schema.
*/
export type BckndServiceServicePlanItemMetadata = {
/**
* supported platforms of the service plan
*/
supportedPlatforms?: ('cloudfoundry' | 'kubernetes' | 'sapbtp')[];
} & Record<string, any>;
//# sourceMappingURL=bcknd-service-service-plan-item-metadata.d.ts.map