次の方法で共有


MigrationState type

MigrationState の値を定義します。 使用できる値は、'None'、'InProgress'、'Failed'、'Warning'、'Completed'、'Skipped'、'Stopped' です。

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