DEBSOURCES
Skip Quicknav
sources / flatbuffers / 2.0.8%2Bdfsg1-2 / tests / optional_scalars / optional-byte.ts
12345678
// automatically generated by the FlatBuffers compiler, do not modify export enum OptionalByte{ None = 0, One = 1, Two = 2 }