• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// automatically generated by the FlatBuffers compiler, do not modify
2/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
3export var TestEnum;
4(function (TestEnum) {
5    TestEnum[TestEnum["A"] = 0] = "A";
6    TestEnum[TestEnum["B"] = 1] = "B";
7    TestEnum[TestEnum["C"] = 2] = "C";
8})(TestEnum || (TestEnum = {}));
9