update.js 409 B

123456789
  1. "use strict";
  2. // THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
  3. // CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
  4. Object.defineProperty(exports, "__esModule", { value: true });
  5. var HelpEnum;
  6. (function (HelpEnum) {
  7. HelpEnum["HelpJson"] = "JSON";
  8. HelpEnum["Json"] = "json";
  9. })(HelpEnum = exports.HelpEnum || (exports.HelpEnum = {}));