StatusEnum: LiteralString<
    "NotStarted"
    | "Preparing"
    | "InProgress"
    | "Success"
    | "Failed",
>