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