Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
436 bytes
|
Line | |
---|
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 | exports.HelpEnum = void 0;
|
---|
6 | var HelpEnum;
|
---|
7 | (function (HelpEnum) {
|
---|
8 | HelpEnum["HelpJson"] = "JSON";
|
---|
9 | HelpEnum["Json"] = "json";
|
---|
10 | })(HelpEnum = exports.HelpEnum || (exports.HelpEnum = {}));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.