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

7 lines 179 B
/** * Datetime in RFC 3339. * @example "2021-05-19T00:00:14.347+00:00" * Format: "date-time". */ export type RTAtimestamp = string; //# sourceMappingURL=rt-atimestamp.d.ts.map