Password promt

This commit is contained in:
2025-12-30 17:21:12 +03:00
parent 17c28433bd
commit 45bb8c5429
20 changed files with 834 additions and 176 deletions

View File

@@ -9,4 +9,5 @@ export interface DashboardSelection {
selected_ids: number[];
source_env_id: string;
target_env_id: string;
replace_db_config?: boolean;
}