Partilhar via


Status type

Define valores para Estado. Os valores possíveis incluem: "Em fila", "InProgress", "UpToDate", "Fail", "Success"

type Status = "Queued" | "InProgress" | "UpToDate" | "Fail" | "Success"