refactor: split actions into flow/restore

This commit is contained in:
izzy
2026-01-06 13:05:53 +00:00
parent fae9d10855
commit 770bf7365c
8 changed files with 19 additions and 11 deletions
@@ -5264,6 +5264,7 @@ export enum UserAvatarColor {
export enum MaintenanceAction {
Start = "start",
End = "end",
SelectDatabaseRestore = "select_database_restore",
RestoreDatabase = "restore_database"
}
export enum StorageFolder {