共用方式為


ProjectStatus type

定義 ProjectStatus 的值。 可能的值包括:'Succeeded'、'Importing'、'Failed'

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