SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias BckndArgoCDRepositoryDataResponse

    BckndArgoCDRepositoryDataResponse: {
        count: number;
        resources: BckndArgoCDRepositoryDetails[];
    } & Record<string, any>

    This represents a list of GitOps repositories for the tenant.

    Type Declaration