@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**.
12 lines • 322 B
TypeScript
import type { AiVersion } from './ai-version.js';
/**
* Representation of the 'AiVersionList' schema.
*/
export type AiVersionList = {
/**
* Number of the resource instances in the list
*/
count: number;
resources: AiVersion[];
} & Record<string, any>;
//# sourceMappingURL=ai-version-list.d.ts.map