Partilhar via


Status1 type

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

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