1// automatically generated by the FlatBuffers compiler, do not modify 2 3/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */ 4 5export enum LongEnum { 6 LongOne = '2', 7 LongTwo = '4', 8 LongBig = '1099511627776' 9} 10