ExportStatus type

Menentukan nilai untuk ExportStatus. Nilai yang mungkin termasuk: 'Mengekspor', 'Gagal', 'Selesai'

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