Share via


ProjectStatus type

ProjectStatus の値を定義します。 使用可能な値には、'Succeeded'、'Importing'、'Failed' などがあります。

type ProjectStatus = "Succeeded" | "Importing" | "Failed"