@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**.
14 lines • 392 B
TypeScript
/**
* Representation of the 'BckndArgoCDRepositoryCredentials' schema.
*/
export type BckndArgoCDRepositoryCredentials = {
/**
* Username for read-access to the repository
*/
username: string;
/**
* Password for read-access to the repository
*/
password: string;
} & Record<string, any>;
//# sourceMappingURL=bcknd-argo-cd-repository-credentials.d.ts.map