UNPKG

409 BJavaScriptView Raw
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 ...).
4Object.defineProperty(exports, "__esModule", { value: true });
5var HelpEnum;
6(function (HelpEnum) {
7 HelpEnum["HelpJson"] = "JSON";
8 HelpEnum["Json"] = "json";
9})(HelpEnum = exports.HelpEnum || (exports.HelpEnum = {}));