Partilhar via


ProjectStatus type

Define valores para ProjectStatus. Os valores possíveis incluem: "Com êxito", "Importação", "Falha"

type ProjectStatus = "Succeeded" | "Importing" | "Failed"