MigrationState type
Define valores para MigrationState. Os valores possíveis incluem: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
type MigrationState =
| "None"
| "InProgress"
| "Failed"
| "Warning"
| "Completed"
| "Skipped"
| "Stopped"