1// automatically generated by the FlatBuffers compiler, do not modify 2 3export enum LongEnum { 4 LongOne = '2', 5 LongTwo = '4', 6 LongBig = '1099511627776' 7}
View as plain text