Freigeben über


ExportStatus type

Definiert Werte für ExportStatus. Mögliche Werte sind: 'Exporting', 'Failed', 'Done'

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