James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
2 | export var EnumInNestedNS; | ||||
3 | (function (EnumInNestedNS) { | ||||
4 | EnumInNestedNS[EnumInNestedNS["A"] = 0] = "A"; | ||||
5 | EnumInNestedNS[EnumInNestedNS["B"] = 1] = "B"; | ||||
6 | EnumInNestedNS[EnumInNestedNS["C"] = 2] = "C"; | ||||
7 | })(EnumInNestedNS || (EnumInNestedNS = {})); |