MigrationStatus type
Définit des valeurs pour MigrationStatus. Les valeurs possibles sont les suivantes : « Default », « Connecting », « SourceAndTargetSelected », « SelectLogins », « Configuré », « Running », « Error », « Stopped », « Completed », « CompletedWithWarnings »
type MigrationStatus =
| "Default"
| "Connecting"
| "SourceAndTargetSelected"
| "SelectLogins"
| "Configured"
| "Running"
| "Error"
| "Stopped"
| "Completed"
| "CompletedWithWarnings"