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

11 lines 353 B
/** * This represents the meta-data of a stored secret. The 'data' field of the secret is never retrieved. */ export type BcknddockerRegistrySecretStatus = { /** * Name of dockerRegistryStore * @example "mydockeregistry" */ name?: string; } & Record<string, any>; //# sourceMappingURL=bcknddocker-registry-secret-status.d.ts.map