1// automatically generated by the FlatBuffers compiler, do not modify 2 3export enum TestEnum { 4 A = 0, 5 B = 1, 6 C = 2 7}
View as plain text