共用方式為


ExportStatus type

定義 ExportStatus 的值。 可能的值包括:'Exporting'、'Failed'、'Done'

type ExportStatus = "Exporting" | "Failed" | "Done"