Type Alias BckndArgoCDRepositoryDetails
BckndArgoCDRepositoryDetails: {
name?: string;
status?: "ERROR" | "IN-PROGRESS" | "COMPLETED";
url?: string;
} & Record<string, any>
Type Declaration
Optionalname?: string
Optionalstatus?: "ERROR" | "IN-PROGRESS" | "COMPLETED"
Optionalurl?: string
Repository details