MigrationState type
Definiuje wartości elementu MigrationState. Możliwe wartości to: "None", "InProgress", "Failed", "Warning", "Completed", "Skipped", "Stopped"
type MigrationState =
| "None"
| "InProgress"
| "Failed"
| "Warning"
| "Completed"
| "Skipped"
| "Stopped"