Share via


ExportStatus type

Define valores para ExportStatus. Os valores possíveis incluem: "A Exportar", "Com Falhas", "Concluído"

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