Added Copy Job prerequisites screen

This commit is contained in:
Bikram Choudhury
2025-10-15 12:21:42 +05:30
parent 9227ad379b
commit 9bfb6aecc9
19 changed files with 505 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
export enum CopyJobMigrationType {
Offline = "offline",
Online = "online",
}
export enum CopyJobMigrationStatus {
Pause = "Pause",
Resume = "Resume",
Cancel = "Cancel",
}