MigrationState type
MigrationState에 대한 값을 정의합니다. 가능한 값은 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'입니다.
type MigrationState =
| "None"
| "InProgress"
| "Failed"
| "Warning"
| "Completed"
| "Skipped"
| "Stopped"