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