UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

12 lines (11 loc) 560 B
"use strict"; // 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 = UpdateResultType = {}));