Password promt

This commit is contained in:
2025-12-30 17:21:12 +03:00
parent a8e2747ef7
commit 0bdca36bb2
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;
}