@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 • 505 B
TypeScript
import type { BcknddockerRegistrySecretStatus } from './bcknddocker-registry-secret-status.js';
/**
* This represents a list of meta-data of a stored secret. The 'data' field of the secret is never retrieved.
*/
export type BcknddockerRegistrySecretStatusResponse = {
/**
* Number of the resource instances in the list
*/
count: number;
resources: BcknddockerRegistrySecretStatus[];
} & Record<string, any>;
//# sourceMappingURL=bcknddocker-registry-secret-status-response.d.ts.map