Partilhar via


MongoDbErrorType type

Define valores para MongoDbErrorType. Os valores possíveis incluem: "Error", "ValidationError", "Warning"

type MongoDbErrorType = "Error" | "ValidationError" | "Warning"