次の方法で共有


ExportStatus type

ExportStatus の値を定義します。 使用可能な値は、'エクスポート'、'Failed'、'Done' です。

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