MigrationState type

Define valores para MigrationState. Os valores possíveis incluem: "None", "InProgress", "Failed", "Warning", "Completed", "Skipped", "Stop"

type MigrationState =
  | "None"
  | "InProgress"
  | "Failed"
  | "Warning"
  | "Completed"
  | "Skipped"
  | "Stopped"