@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
14 lines (12 loc) • 627 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.UpdateResultType = void 0;
var UpdateResultType;
(function (UpdateResultType) {
UpdateResultType[UpdateResultType["updatedFile"] = 1] = "updatedFile";
UpdateResultType[UpdateResultType["noChange"] = 0] = "noChange";
UpdateResultType[UpdateResultType["internalProcessingError"] = 99] = "internalProcessingError";
})(UpdateResultType = exports.UpdateResultType || (exports.UpdateResultType = {}));
//# sourceMappingURL=../maps/updates/IUpdateResult.js.map