UNPKG

@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**.

9 lines 194 B
/** * Representation of the 'TrckStringArray' schema. * @example [ * "value1", * "value2" * ] */ export type TrckStringArray = string[]; //# sourceMappingURL=trck-string-array.d.ts.map