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 5/** 6 * New schema language features that are not supported by old code generators. 7 */ 8export enum AdvancedFeatures { 9 AdvancedArrayFeatures = '1', 10 AdvancedUnionFeatures = '2', 11 OptionalScalars = '4', 12 DefaultVectorsAndStrings = '8' 13} 14